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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698