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

Unified Diff: LayoutTests/css1/box_properties/margin_right.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/box_properties/margin_right.html
diff --git a/LayoutTests/css1/box_properties/margin_right.html b/LayoutTests/css1/box_properties/margin_right.html
index 8b56ffa888e1e72519c4d5688963ed44c68a5ef9..7fe4233f7279dcf9c7d74b20163d7cd6b046148a 100644
--- a/LayoutTests/css1/box_properties/margin_right.html
+++ b/LayoutTests/css1/box_properties/margin_right.html
@@ -7,6 +7,7 @@
<LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
<STYLE type="text/css">
+body {overflow: hidden;}
.zero {background-color: silver; margin-right: 0; text-align: right;}
.one {margin-right: 0.5in; text-align: right; background-color: aqua;}
.two {margin-right: 25px; text-align: right; background-color: aqua;}
« no previous file with comments | « LayoutTests/css1/box_properties/margin_inline.html ('k') | LayoutTests/css1/classification/white_space.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698