Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: LayoutTests/fast/block/float/019.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/block/float/019.html
diff --git a/LayoutTests/fast/block/float/019.html b/LayoutTests/fast/block/float/019.html
index 58bbb07631a1b0901dba7edaffcbd70e95a1ae4e..39381346fdef902fee2537c671266ce735941a2a 100644
--- a/LayoutTests/fast/block/float/019.html
+++ b/LayoutTests/fast/block/float/019.html
@@ -1,8 +1,8 @@
<html>
-<body>
+<body style="overflow:hidden;">
<div>
<div style="border:2px solid olive; float:right;width:80px;height:100px; background-color:green"></div>
<img width=2000 height=50 style="background-color:orange">
</div>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/fast/block/float/013.html ('k') | LayoutTests/fast/block/float/avoidance-percent-width-strict.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698