Bug 61921 - [Chromium] REGRESSION fast/events/onload-after-document-close-with-subresource.html
Summary: [Chromium] REGRESSION fast/events/onload-after-document-close-with-subresourc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Cheng
URL:
Keywords:
: 62217 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-06-02 05:20 PDT by John Knottenbelt
Modified: 2011-06-07 11:30 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.37 KB, patch)
2011-06-07 10:45 PDT, Daniel Cheng
tony: review+
Details | Formatted Diff | Diff

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