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

Unified Diff: LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.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/clusters-sufficient-text-except-in-root.html
diff --git a/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html b/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html
index 46b8d15f8a91bd08cb41326c34571cd3d354c722..d1c029a81d32ebf45344c7358b744212780ae365 100644
--- a/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html
+++ b/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html
@@ -20,7 +20,7 @@ if (window.internals) {
</head>
<body style="width: 640px; position: relative">
-<div style="position: absolute">
+<div style="position: absolute; overflow: auto">
This text should be autosized to 32px computed font size, but the position:absolute causes this to be a new cluster, so it shouldn't affect the footer.<br>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
</div>

Powered by Google App Engine
This is Rietveld 408576698