gecko/layout/reftests/box-shadow/boxshadow-inner-basic-ref.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

13 lines
346 B
HTML

<body style="font-size: 16px;">
<div style="background-color: grey;
width: 15em; height: 15em;
-moz-border-radius: 0.5em;
position: absolute;
top: 1em; left: 1em;">inset</div>
<div style="-moz-border-radius: 0.5em;
width: 15em; height: 15em;
background-color: white;
position: absolute;
top: 3em; left: 3em;">&nbsp;</div>
</body>