Title: [104353] trunk/LayoutTests
Revision
104353
Author
[email protected]
Date
2012-01-06 15:41:30 -0800 (Fri, 06 Jan 2012)

Log Message

LayoutTests/platform/chromium/fast/events/intercept-postmessage.html failing
https://bugs.webkit.org/show_bug.cgi?id=75718

Patch by Charlie Reis <[email protected]> on 2012-01-06
Reviewed by Adam Barth.

Removing unnecessary log messages.

* platform/chromium/fast/events/intercept-postmessage-expected.txt:
* platform/chromium/fast/events/intercept-postmessage.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (104352 => 104353)


--- trunk/LayoutTests/ChangeLog	2012-01-06 23:39:07 UTC (rev 104352)
+++ trunk/LayoutTests/ChangeLog	2012-01-06 23:41:30 UTC (rev 104353)
@@ -1,3 +1,15 @@
+2012-01-06  Charlie Reis  <[email protected]>
+
+        LayoutTests/platform/chromium/fast/events/intercept-postmessage.html failing
+        https://bugs.webkit.org/show_bug.cgi?id=75718
+
+        Reviewed by Adam Barth.
+
+        Removing unnecessary log messages.
+
+        * platform/chromium/fast/events/intercept-postmessage-expected.txt:
+        * platform/chromium/fast/events/intercept-postmessage.html:
+
 2012-01-05  Simon Fraser  <[email protected]>
 
         Avoid falling into tiled layers more often when the device scale factor is > 1

Modified: trunk/LayoutTests/platform/chromium/fast/events/intercept-postmessage-expected.txt (104352 => 104353)


--- trunk/LayoutTests/platform/chromium/fast/events/intercept-postmessage-expected.txt	2012-01-06 23:39:07 UTC (rev 104352)
+++ trunk/LayoutTests/platform/chromium/fast/events/intercept-postmessage-expected.txt	2012-01-06 23:41:30 UTC (rev 104353)
@@ -1,6 +1,3 @@
-main frame - didFinishDocumentLoadForFrame
-main frame - didHandleOnloadEventsForFrame
-main frame - didFinishLoadForFrame
 intercepted postMessage
 intercepted postMessage
 RECV1

Modified: trunk/LayoutTests/platform/chromium/fast/events/intercept-postmessage.html (104352 => 104353)


--- trunk/LayoutTests/platform/chromium/fast/events/intercept-postmessage.html	2012-01-06 23:39:07 UTC (rev 104352)
+++ trunk/LayoutTests/platform/chromium/fast/events/intercept-postmessage.html	2012-01-06 23:41:30 UTC (rev 104353)
@@ -37,7 +37,6 @@
       window.addEventListener("message", recvMsg1, false);
 
       if (window.layoutTestController) {
-        window.layoutTestController.dumpFrameLoadCallbacks();
         window.layoutTestController.dumpAsText();
         window.layoutTestController.waitUntilDone();
       }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to