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

Unified Diff: LayoutTests/css1/color_and_background/background_repeat.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/css1/color_and_background/background_repeat.html
diff --git a/LayoutTests/css1/color_and_background/background_repeat.html b/LayoutTests/css1/color_and_background/background_repeat.html
index ba5ae7fd76c47551e4bcc56bacb47a01a30f70da..5bba68ceb50f4d4448714ba6ac0aa7bb774d0a82 100644
--- a/LayoutTests/css1/color_and_background/background_repeat.html
+++ b/LayoutTests/css1/color_and_background/background_repeat.html
@@ -7,6 +7,7 @@
<LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
<STYLE type="text/css">
+body {overflow: hidden;}
.one {background-image: url(../resources/oransqr.gif); background-repeat: repeat-y;}
.two {background-image: url(../resources/oransqr.gif); background-repeat: repeat-x;}
.three {background-image: url(../resources/oransqr.gif); background-repeat: no-repeat;}

Powered by Google App Engine
This is Rietveld 408576698