Bug 13246 - REGRESSION: Test case for bug 3455 does not display any content
Summary: REGRESSION: Test case for bug 3455 does not display any content
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://bugs.webkit.org/attachment.cgi...
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2007-03-31 11:04 PDT by Alexey Proskuryakov
Modified: 2007-10-21 22:12 PDT (History)
0 users

See Also:


Attachments
screenshot of testcase working on TOT (18.70 KB, image/png)
2007-10-21 21:21 PDT, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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).