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

Unified Diff: LayoutTests/css2.1/20110323/abspos-containing-block-initial-007.htm

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/css2.1/20110323/abspos-containing-block-initial-007.htm
diff --git a/LayoutTests/css2.1/20110323/abspos-containing-block-initial-007.htm b/LayoutTests/css2.1/20110323/abspos-containing-block-initial-007.htm
index c7c776214d8a25d46dac34ea560b8c51f729af66..2c2cce9fa707f7a5763b93423710d6dae496ffc8 100644
--- a/LayoutTests/css2.1/20110323/abspos-containing-block-initial-007.htm
+++ b/LayoutTests/css2.1/20110323/abspos-containing-block-initial-007.htm
@@ -6,7 +6,7 @@
<link rel="match" href="abspos-containing-block-initial-007-ref.htm">
<meta name="assert" content="If there is no such ancestor, the containing block is the initial containing block.">
<meta name="flags" content="">
-</head><body style="position:absolute; margin:0; bottom:0; height:30px; border:10px solid orange;">
+</head><body style="position:absolute; margin:0; bottom:0; height:30px; border:10px solid orange;overflow:hidden;">
-</body></html>
+</body></html>

Powered by Google App Engine
This is Rietveld 408576698