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

Unified Diff: LayoutTests/fast/text-autosizing/cluster-list-item.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
« no previous file with comments | « no previous file | LayoutTests/fast/text-autosizing/cluster-list-item-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text-autosizing/cluster-list-item.html
diff --git a/LayoutTests/fast/text-autosizing/cluster-list-item.html b/LayoutTests/fast/text-autosizing/cluster-list-item.html
index 0009679d1f976062de7b6d717afb590cbc3e26c5..abd96e8d22e40f60fcedc1f427548396e250725c 100644
--- a/LayoutTests/fast/text-autosizing/cluster-list-item.html
+++ b/LayoutTests/fast/text-autosizing/cluster-list-item.html
@@ -33,7 +33,7 @@ if (window.internals) {
This list element becomes a separate autosizing cluster since it's floating. Hence its computed font size is 40px (16 * 400 / 320).<br>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</li>
- <li style="position: absolute; margin-top: 280px; width: 800px">
+ <li style="position: absolute; overflow: auto; margin-top: 280px; width: 800px">
This list element becomes a separate autosizing cluster since it's positioned out of the list flow. Hence its computed font size is 40px (16 * 400 / 320).<br>
Margin is added so it doesn't overlap with the previous element.<br>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
« no previous file with comments | « no previous file | LayoutTests/fast/text-autosizing/cluster-list-item-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698