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

Unified Diff: LayoutTests/css1/basic/inheritance.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
« no previous file with comments | « LayoutTests/css1/basic/class_as_selector.html ('k') | LayoutTests/css1/box_properties/clear_float.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css1/basic/inheritance.html
diff --git a/LayoutTests/css1/basic/inheritance.html b/LayoutTests/css1/basic/inheritance.html
index 3d01f936f16a3972d2876395a70c0096e166b99c..0891d8dd770cf460b007c68bc260f1bd1ac61929 100644
--- a/LayoutTests/css1/basic/inheritance.html
+++ b/LayoutTests/css1/basic/inheritance.html
@@ -7,7 +7,10 @@
<LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
<STYLE type="text/css">
-BODY {color: green;}
+BODY {
+ color: green;
+ overflow: hidden;
+}
H3 {color: blue;}
EM {color: purple;}
.one {font-style: italic;}
« no previous file with comments | « LayoutTests/css1/basic/class_as_selector.html ('k') | LayoutTests/css1/box_properties/clear_float.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698