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

Unified Diff: LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.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-replaced-width-margin-000.htm
diff --git a/LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.htm b/LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.htm
index dae206ccddab97c88eca0f33efc49e2fb677468d..dfe132f3df07fd87eb62a215f90af7a27facd51f 100644
--- a/LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.htm
+++ b/LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.htm
@@ -25,7 +25,7 @@ div { height: 1px; direction: ltr; }
/* totals for html and body: 21px on the left, 34px on the right */
html, body { border: transparent medium solid; }
html { margin: 0 3px 0 2px; padding: 0 4px 0 3px; border-width: 0 3px 0 8px; }
-body { margin: 0 6px 0 3px; padding: 0 7px 0 1px; border-width: 0 11px 0 4px; }
+body { margin: 0 6px 0 3px; padding: 0 7px 0 1px; border-width: 0 11px 0 4px; overflow: hidden; }
body > div {
position: relative;

Powered by Google App Engine
This is Rietveld 408576698