Chromium Code Reviews

Unified Diff: LayoutTests/fast/text-autosizing/constrained-height-body-expected.html

Issue 12310107: Merge 143356 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/text-autosizing/constrained-height-body-expected.html
===================================================================
--- LayoutTests/fast/text-autosizing/constrained-height-body-expected.html (revision 143933)
+++ LayoutTests/fast/text-autosizing/constrained-height-body-expected.html (working copy)
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=800">
<style>
html { font-size: 16px; }
-body { width: 800px; margin: 0; }
+body { width: 800px; margin: 0; overflow-y: hidden; }
</style>
</head>

Powered by Google App Engine