Bug 586683 - Followup test fix to address the orange on OS X; rs=roc

This commit is contained in:
Matt Woodrow 2011-02-08 18:06:05 -05:00
parent 1e248a9e8d
commit 61f60361f7

View File

@ -3,7 +3,7 @@
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style>
body,html { width: 100%; height: 100%; padding: 0; }
div {
#scale {
position: absolute;
left: 300px;
top: 300px;
@ -13,6 +13,6 @@ div {
</style>
</head>
<body>
<div>Hello<img width="1" height="1" id="c" style="display:block; background:white"></span></div>
<div id="scale">Hello<div style="width:1px; height:1px; background:white;"></div></div>
</body>
</html>