Index: LayoutTests/fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html |
=================================================================== |
--- LayoutTests/fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html (revision 139472) |
+++ LayoutTests/fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html (working copy) |
@@ -12,17 +12,17 @@ |
<body> |
<div style="width: 400px"> |
- <div style="overflow-x: scroll"> |
- <div style="width: 800px; font-size: 1.25rem"> |
- This text should be autosized to 20px computed font size (16 * 400/320), since this is part of the root cluster, whose text descendants are all contained within the 400px wide grandparent of this div.<br> |
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. |
+ <div style="overflow-x: scroll"> |
+ <div style="width: 800px; font-size: 2.5rem"> |
+ This text should be autosized to 40px computed font size (16 * 800/320) since it's wider than the lowest common ancestor of its enclosing cluster so it becomes a cluster itself.<br> |
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. |
+ </div> |
</div> |
- </div> |
- <div style="font-size: 1.25rem"> |
+ <div style="font-size: 1.25rem"> |
This text should be autosized to 20px computed font size (16 * 400/320).<br> |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. |
- </div> |
+ </div> |
</div> |
</body> |