Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 139472) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,5 +1,22 @@ |
-2012-12-21 Keishi Hattori <keishi@webkit.org> |
+2012-12-18 Anton Vayvod <avayvod@chromium.org> |
+ Text Autosizing: containers wider than their enclosing clusters should be autosized as separate clusters |
+ https://bugs.webkit.org/show_bug.cgi?id=103627 |
+ |
+ Reviewed by Julien Chaffraix. |
+ |
+ Modified existing tests to reflect the new autosizing approach to handling of the elements that are |
+ wider than the lowest common ancestor of the text nodes of the enclosing autosizing cluster. |
+ |
+ * fast/text-autosizing/cluster-wide-in-narrow-expected.html: |
+ * fast/text-autosizing/cluster-wide-in-narrow.html: |
+ * fast/text-autosizing/wide-child-expected.html: |
+ * fast/text-autosizing/wide-child.html: |
+ * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html: |
+ * fast/text-autosizing/wide-in-narrow-overflow-scroll.html: |
+ |
+2012-12-18 Filip Pizlo <fpizlo@apple.com> |
+ |
Fix typing zero into multiple field input |
https://bugs.webkit.org/show_bug.cgi?id=105501 |