Bug 13246

Summary: REGRESSION: Test case for bug 3455 does not display any content
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal Keywords: InRadar, Regression
Priority: P1    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: http://bugs.webkit.org/attachment.cgi?id=2261
Attachments:
Description Flags
screenshot of testcase working on TOT none

Description Alexey Proskuryakov 2007-03-31 11:04:26 PDT
Download, build and run project from bug URL (using ToT WebKit).

A window with two frames appears, but both frames are empty. With shipping WebKit, they are not empty.
Comment 1 Darin Adler 2007-04-11 02:11:30 PDT
<rdar://problem/5126395>
Comment 2 Eric Seidel (no email) 2007-10-21 21:19:39 PDT
This looks to be fixed to me.  I could not reproduce this with TOT.
Comment 3 Eric Seidel (no email) 2007-10-21 21:20:40 PDT
I will note that I modified the project to not use the 10.3.9 SDK (I don't have it installed) and corrected a call to -[NSString initWithData:encoding:] which was trying to pass NULL as an encoding (which is an enum).  I made it pass UTF8 instead.
Comment 4 Eric Seidel (no email) 2007-10-21 21:21:26 PDT
Created attachment 16780 [details]
screenshot of testcase working on TOT
Comment 5 Alexey Proskuryakov 2007-10-21 22:12:41 PDT
I also cannot reproduce this anymore (with unmodified project).