Bug 21348

Summary: Create testcase for nowrap behavior change in bug 21287
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Testcase, changelog darin: review+

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.