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

Unified Diff: LayoutTests/fast/text-autosizing/oscillation-javascript-fontsize-change-expected.html

Issue 16019004: Text Autosizing: Treat position:absolute/fixed as constrained height. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/oscillation-javascript-fontsize-change-expected.html
diff --git a/LayoutTests/fast/text-autosizing/oscillation-javascript-fontsize-change-expected.html b/LayoutTests/fast/text-autosizing/oscillation-javascript-fontsize-change-expected.html
index 04a7946c401738597c8798e49ed30006cfa23124..5c79f908aa1724e38f333b76cb5dcf6b4c518b14 100644
--- a/LayoutTests/fast/text-autosizing/oscillation-javascript-fontsize-change-expected.html
+++ b/LayoutTests/fast/text-autosizing/oscillation-javascript-fontsize-change-expected.html
@@ -14,7 +14,7 @@
</head>
<body>
-<div style="top:50px;position:absolute;font-size:19.8px">
+<div style="top: 50px; position: absolute; overflow: auto; font-size: 19.8px">
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br/>
This paragraph should be autosized to 19.8px<br/>
because it contains line breaks.<br/>

Powered by Google App Engine
This is Rietveld 408576698