Title: [158711] trunk/LayoutTests
- Revision
- 158711
- Author
- [email protected]
- Date
- 2013-11-05 18:48:49 -0800 (Tue, 05 Nov 2013)
Log Message
Add a test to obtain offsetWidth of expanded table cell
https://bugs.webkit.org/show_bug.cgi?id=123843
Reviewed by Tim Horton.
Merge the test fix in https://chromium.googlesource.com/chromium/blink/+/b249d552497c0939d8277360b99dd3c56b0c9659.
* fast/table/table-cell-offset-width-expected.txt:
* fast/table/table-cell-offset-width.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (158710 => 158711)
--- trunk/LayoutTests/ChangeLog 2013-11-06 02:40:07 UTC (rev 158710)
+++ trunk/LayoutTests/ChangeLog 2013-11-06 02:48:49 UTC (rev 158711)
@@ -5,6 +5,18 @@
Reviewed by Tim Horton.
+ Merge the test fix in https://chromium.googlesource.com/chromium/blink/+/b249d552497c0939d8277360b99dd3c56b0c9659.
+
+ * fast/table/table-cell-offset-width-expected.txt:
+ * fast/table/table-cell-offset-width.html:
+
+2013-11-05 Ryosuke Niwa <[email protected]>
+
+ Add a test to obtain offsetWidth of expanded table cell
+ https://bugs.webkit.org/show_bug.cgi?id=123843
+
+ Reviewed by Tim Horton.
+
Merge the test from https://chromium.googlesource.com/chromium/blink/+/58a5fac292a5b3f79b00cdc71074fbf8be2ebc2b
so that we'll never introduce the regression they had.
Modified: trunk/LayoutTests/fast/table/table-cell-offset-width-expected.txt (158710 => 158711)
--- trunk/LayoutTests/fast/table/table-cell-offset-width-expected.txt 2013-11-06 02:40:07 UTC (rev 158710)
+++ trunk/LayoutTests/fast/table/table-cell-offset-width-expected.txt 2013-11-06 02:48:49 UTC (rev 158711)
@@ -1,3 +1,3 @@
This tests obtaining the offsetWidth of a layout-dependent table cell.
The td with width set to 5px should be expanded to have the wider width:
-10px
+18px
Modified: trunk/LayoutTests/fast/table/table-cell-offset-width.html (158710 => 158711)
--- trunk/LayoutTests/fast/table/table-cell-offset-width.html 2013-11-06 02:40:07 UTC (rev 158710)
+++ trunk/LayoutTests/fast/table/table-cell-offset-width.html 2013-11-06 02:48:49 UTC (rev 158711)
@@ -1,4 +1,4 @@
-<table><td style="font: Ahem; width: 5px">x</td></table>
+<table><td style="font-family: Ahem; width: 5px">x</td></table>
<script>
if (window.testRunner)
testRunner.dumpAsText();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes