Set overflow: hidden so we don't need to have scrollbars in the
results. I've tested that this still shows what looks like the
intended behavior difference before and after the test.
* fast/block/float/float-forced-below-other-floats.html:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@82319
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-03-29 Adam Barth <abarth@webkit.org>
+
+ Set overflow: hidden so we don't need to have scrollbars in the
+ results. I've tested that this still shows what looks like the
+ intended behavior difference before and after the test.
+
+ * fast/block/float/float-forced-below-other-floats.html:
+
2011-03-29 Adam Barth <abarth@webkit.org>
Scrollbars are different on different platforms. Including scrollbars
<!DOCTYPE html>\r
<html>\r
<head>\r
-\r
+<style>\r
+body {\r
+ overflow: hidden;\r
+}\r
+</style>\r
</head>\r
\r
<body>\r
<div style="float: left; background-color:darkgray; height:300px; margin:0 0 0 -300px;width:300px;">\r
</div>\r
</div></body>\r
-</html>
\ No newline at end of file
+</html>\r