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

Unified Diff: LayoutTests/fast/text-autosizing/oscillation-javascript-fontsize-change.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.html
diff --git a/LayoutTests/fast/text-autosizing/oscillation-javascript-fontsize-change.html b/LayoutTests/fast/text-autosizing/oscillation-javascript-fontsize-change.html
index 190cce44caefc052a529de4771f61982f6f01e90..e395c712c235e393ab683d6e8e47566b0ab6ae05 100644
--- a/LayoutTests/fast/text-autosizing/oscillation-javascript-fontsize-change.html
+++ b/LayoutTests/fast/text-autosizing/oscillation-javascript-fontsize-change.html
@@ -24,7 +24,7 @@ if (window.internals) {
</head>
<body>
-<div style="top:50px;position:absolute;">
+<div style="top: 50px; position: absolute; overflow: auto;">
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<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