Bug 30704

Summary: REGRESSION (r48687): accountcentralonline.com loads many resources but renders as blank
Product: WebKit Reporter: Chris Hilbert <chrishilbert>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: beidson, darin, mrowe, sam
Priority: P1 Keywords: InRadar, NeedsReduction, Regression
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
URL: http://www.accountcentralonline.com

Description Chris Hilbert 2009-10-22 19:43:07 PDT
The URL http://www.accountcentralonline.com shows that it is downloading content in the status bar, but never renders anything.  This URL stopped working in recent nightly builds, but still works in Safari 4.0.3.
Comment 1 Mark Rowe (bdash) 2009-10-22 20:22:52 PDT
Chris, do you happen to know which nightly build this last worked in?
Comment 2 Mark Rowe (bdash) 2009-10-22 20:23:11 PDT
<rdar://problem/7329510>
Comment 3 Mark Rowe (bdash) 2009-10-22 20:25:28 PDT
The web inspector shows nothing in the source after

<script>
    history.forward();
</script>

makes it in to the DOM.  It seems possible that this JavaScript is interrupting the loading of the main document before the content area of the page has been parsed.
Comment 4 Mark Rowe (bdash) 2009-10-22 20:35:59 PDT
This regressed due to <http://trac.webkit.org/changeset/48687>.
Comment 5 Chris Hilbert 2009-10-23 04:49:27 PDT
I can't recall the exact nightly when this bug started occurring since I don't go there often.
Comment 6 Darin Adler 2009-10-25 11:44:09 PDT
Brady, another of those regressions from my change.
Comment 7 Brady Eidson 2009-10-26 11:13:30 PDT
This is certainly a dupe of http://webkit.org/b/30424

*** This bug has been marked as a duplicate of bug 30424 ***