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

Unified Diff: LayoutTests/tables/mozilla_expected_failures/bugs/bug85016.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/tables/mozilla_expected_failures/bugs/bug85016.html
diff --git a/LayoutTests/tables/mozilla_expected_failures/bugs/bug85016.html b/LayoutTests/tables/mozilla_expected_failures/bugs/bug85016.html
index 0d892d7b1a5a676a529ac1295ca8d223f52d5477..aef920c69d20d7e46596165211c175a9a53f1bb2 100644
--- a/LayoutTests/tables/mozilla_expected_failures/bugs/bug85016.html
+++ b/LayoutTests/tables/mozilla_expected_failures/bugs/bug85016.html
@@ -4,7 +4,7 @@
<head>
<title>percentage heights</title>
<style>
- body { margin: 2em; }
+ body { margin: 2em; overflow: hidden; }
div {margin: 2em; }
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698