Bug 61921

Summary: [Chromium] REGRESSION fast/events/onload-after-document-close-with-subresource.html
Product: WebKit Reporter: John Knottenbelt <jknotten>
Component: Tools / TestsAssignee: Daniel Cheng <dcheng>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dcheng, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch tony: review+

Comment 1 John Knottenbelt 2011-06-02 05:34:26 PDT
Daniel, this seems to have started failing after your change http://trac.webkit.org/log/?verbose=on&rev=87848&stop_rev=87848 although I don't see how it relates.
Comment 2 John Knottenbelt 2011-06-02 05:39:15 PDT
Also filed in Chromium, http://code.google.com/p/chromium/issues/detail?id=84707
Comment 3 Daniel Cheng 2011-06-07 10:26:52 PDT
*** Bug 62217 has been marked as a duplicate of this bug. ***
Comment 4 Daniel Cheng 2011-06-07 10:45:21 PDT
Created attachment 96260 [details]
Patch
Comment 5 Tony Chang 2011-06-07 11:14:48 PDT
Comment on attachment 96260 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=96260&action=review

> LayoutTests/fast/events/onload-after-document-close-with-subresource.html:46
> -    doc.write("<img src=\"resources/onload-image.png\">");
> +    doc.write("<img src=\"resources/onload-image.png?" + Math.random() + "\">");

I would probably add a comment explaining this.
Comment 6 Daniel Cheng 2011-06-07 11:30:10 PDT
Committed r88249: <http://trac.webkit.org/changeset/88249>