gecko/layout/reftests/box-shadow/boxshadow-inner-basic.html
Jonathan Kew 1b4863c480 Bug 518357, make reftests less sensitive to default font size settings. r=roc
--HG--
extra : rebase_source : 1914dd5f2998a2f45e10ccf3574d854ba9240f52
2009-09-23 15:55:55 +01:00

8 lines
204 B
HTML

<body style="font-size: 16px;">
<div style="-moz-box-shadow: 2em 2em grey inset;
width: 15em; height: 15em;
-moz-border-radius: .5em;
position: absolute;
top: 1em; left: 1em;">inset</div>
</body>