Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 139473) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,5 +1,24 @@ |
-2012-12-18 Anton Vayvod <avayvod@chromium.org> |
+2013-01-11 Anton Vayvod <avayvod@chromium.org> |
+ Text Autosizing - elements much narrower than its parent autosizing clusters should be autosized separately. |
+ https://bugs.webkit.org/show_bug.cgi?id=105188 |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ Checked that a narrow autosizing container becomes an autosizing cluster. |
+ Fixed other tests that used narrow descendant blocks. |
+ |
+ * fast/text-autosizing/cluster-narrow-in-wide-expected.html: |
+ * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html: |
+ * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html: |
+ * fast/text-autosizing/cluster-narrow-in-wide.html: |
+ * fast/text-autosizing/cluster-with-wide-lca-expected.html: |
+ * fast/text-autosizing/cluster-with-wide-lca.html: |
+ * fast/text-autosizing/narrow-child-expected.html: |
+ * fast/text-autosizing/narrow-child.html: |
+ |
+2013-01-11 Antoine Quint <graouts@apple.com> |
+ |
Text Autosizing: containers wider than their enclosing clusters should be autosized as separate clusters |
https://bugs.webkit.org/show_bug.cgi?id=103627 |