Title: [88249] trunk/LayoutTests
Revision
88249
Author
[email protected]
Date
2011-06-07 11:29:54 -0700 (Tue, 07 Jun 2011)

Log Message

2011-06-07  Daniel Cheng  <[email protected]>

        Reviewed by Tony Chang.

        [Chromium] REGRESSION fast/events/onload-after-document-close-with-subresource.html
        https://bugs.webkit.org/show_bug.cgi?id=61921

        Force a non-cached load of onload-image.png.

        * fast/events/onload-after-document-close-with-subresource.html:
        * platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88248 => 88249)


--- trunk/LayoutTests/ChangeLog	2011-06-07 17:41:57 UTC (rev 88248)
+++ trunk/LayoutTests/ChangeLog	2011-06-07 18:29:54 UTC (rev 88249)
@@ -1,3 +1,15 @@
+2011-06-07  Daniel Cheng  <[email protected]>
+
+        Reviewed by Tony Chang.
+
+        [Chromium] REGRESSION fast/events/onload-after-document-close-with-subresource.html
+        https://bugs.webkit.org/show_bug.cgi?id=61921
+
+        Force a non-cached load of onload-image.png.
+
+        * fast/events/onload-after-document-close-with-subresource.html:
+        * platform/chromium/test_expectations.txt:
+
 2011-06-07  Vangelis Kokkevis  <[email protected]>
 
         Unreviewed.  Test expectations fix.

Modified: trunk/LayoutTests/fast/events/onload-after-document-close-with-subresource.html (88248 => 88249)


--- trunk/LayoutTests/fast/events/onload-after-document-close-with-subresource.html	2011-06-07 17:41:57 UTC (rev 88248)
+++ trunk/LayoutTests/fast/events/onload-after-document-close-with-subresource.html	2011-06-07 18:29:54 UTC (rev 88249)
@@ -43,7 +43,8 @@
     var doc = frames[0].document;
     doc.open();
     doc.write("<body _onload_=\"parent.afterOnload()\">");
-    doc.write("<img src=""
+    // Append a random query string to force a non-cached load.
+    doc.write("<img src="" + Math.random() + "\">");
     doc.write("<script\>parent.beforeOnload();</script\>");
     doc.write("</body>");
     doc.close();

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (88248 => 88249)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-06-07 17:41:57 UTC (rev 88248)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-06-07 18:29:54 UTC (rev 88249)
@@ -3975,9 +3975,6 @@
 // Register protocol handler doesn't seem to be enabled on Mac.
 BUGCR84161 MAC : fast/dom/register-protocol-handler.html = TEXT
 
-// Regression
-BUGWK61921 : fast/events/onload-after-document-close-with-subresource.html = TEXT
-
 BUGWK61936 : fast/filesystem/filesystem-no-callback-null-ptr-crash.html = CRASH PASS
 BUGABARTH LINUX : svg/text/scaling-font-with-geometric-precision.html = IMAGE PASS
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to