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

Unified Diff: LayoutTests/css1/color_and_background/background_attachment.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_attachment.html
diff --git a/LayoutTests/css1/color_and_background/background_attachment.html b/LayoutTests/css1/color_and_background/background_attachment.html
index a32e907d27c81f311c5878a08d601930c4bf51d8..90f65215b505d80af7c1b5340d0a8d463e6be728 100644
--- a/LayoutTests/css1/color_and_background/background_attachment.html
+++ b/LayoutTests/css1/color_and_background/background_attachment.html
@@ -7,7 +7,12 @@
<LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
<STYLE type="text/css">
-BODY {background-image: url(../resources/bg.gif); background-repeat: repeat-x; background-attachment: fixed;}
+BODY {
+ background-image: url(../resources/bg.gif);
+ background-repeat: repeat-x;
+ background-attachment: fixed;
+ overflow: hidden;
+}
</STYLE>
</HEAD>
« no previous file with comments | « LayoutTests/css1/classification/white_space.html ('k') | LayoutTests/css1/color_and_background/background_repeat.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698