Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 140446) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,3 +1,13 @@ |
+2013-01-10 Robert Hogan <robert@webkit.org> |
+ |
+ REGRESSION(r136967): margin-top + overflow:hidden causes incorrect layout for internal floated elements |
+ https://bugs.webkit.org/show_bug.cgi?id=106374 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child-expected.txt: Added. |
+ * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child.html: Added. |
+ |
2013-01-09 Tien-Ren Chen <trchen@chromium.org> |
Make caret repainting container-aware |