Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 105206) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,5 +1,22 @@ |
-2012-01-10 Tony Chang <tony@chromium.org> |
+2012-01-05 Max Vujovic <mvujovic@adobe.com> |
+ WebKit adds vertical paddings and borders to the fixed width of CSS tables |
+ https://bugs.webkit.org/show_bug.cgi?id=74955 |
+ |
+ Reviewed by Julien Chaffraix. |
+ |
+ Added tests to check that the fixed width style is applied correctly to |
+ CSS tables with respect to table paddings and borders. |
+ |
+ * fast/table/css-table-width-expected.txt: Added. |
+ * fast/table/css-table-width.html: Added. |
+ * fast/table/script-tests/css-table-width.js: Added. |
+ (computeCSSTableOffsetWidth): |
+ (computeCSSTableOffsetHeight): |
+ (computeCSSTableProperty): |
+ |
+2012-01-05 Csaba Osztrogonác <ossy@webkit.org> |
+ |
Need to handle absolutely positioned elements inside flexboxes |
https://bugs.webkit.org/show_bug.cgi?id=70793 |