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+

Description Simon Fraser (smfr) 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.
Comment 1 Simon Fraser (smfr) 2008-10-03 14:29:29 PDT
Created attachment 24069 [details]
Testcase, changelog
Comment 2 Darin Adler 2008-10-03 14:30:38 PDT
Comment on attachment 24069 [details]
Testcase, changelog

r=me

Would be better if it did dumpAsText.
Comment 3 Simon Fraser (smfr) 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)