RESOLVED FIXED 21348
Create testcase for nowrap behavior change in bug 21287
https://bugs.webkit.org/show_bug.cgi?id=21348
Summary Create testcase for nowrap behavior change in bug 21287
Simon Fraser (smfr)
Reported 2008-10-03 14:28:43 PDT
The first patch in bug 21287 changed some behavior of when "nowrap" (or "white-space: -webkit-nowrap") is converted to "white-space: nowrap". This used to happen for all elements with display: table-cell. After the change, it only happens for td and th elements.
Attachments
Testcase, changelog (4.03 KB, patch)
2008-10-03 14:29 PDT, Simon Fraser (smfr)
darin: review+
Simon Fraser (smfr)
Comment 1 2008-10-03 14:29:29 PDT
Created attachment 24069 [details] Testcase, changelog
Darin Adler
Comment 2 2008-10-03 14:30:38 PDT
Comment on attachment 24069 [details] Testcase, changelog r=me Would be better if it did dumpAsText.
Simon Fraser (smfr)
Comment 3 2008-10-03 14:35:46 PDT
Testcase fixed to use dumpAsText(). M LayoutTests/ChangeLog A LayoutTests/fast/table/td-display-nowrap-expected.txt A LayoutTests/fast/table/td-display-nowrap.html r37256 = 556e8527a9cab356b8e3d8a3d6cee6d8acaee05f (trunk)
Note You need to log in before you can comment on or make changes to this bug.