Title: [183607] trunk/LayoutTests
Revision
183607
Author
[email protected]
Date
2015-04-29 20:03:57 -0700 (Wed, 29 Apr 2015)

Log Message

fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155

* fast/frames/flattening/resources/iframe-to-resize.html: Added more logging to the test.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (183606 => 183607)


--- trunk/LayoutTests/ChangeLog	2015-04-30 02:46:05 UTC (rev 183606)
+++ trunk/LayoutTests/ChangeLog	2015-04-30 03:03:57 UTC (rev 183607)
@@ -1,3 +1,10 @@
+2015-04-29  Alexey Proskuryakov  <[email protected]>
+
+        fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
+        https://bugs.webkit.org/show_bug.cgi?id=144155
+
+        * fast/frames/flattening/resources/iframe-to-resize.html: Added more logging to the test.
+
 2015-04-29  Martin Robinson  <[email protected]>
 
         Unskip 3D transformation tests for WebKitGTK+

Modified: trunk/LayoutTests/fast/frames/flattening/resources/iframe-to-resize.html (183606 => 183607)


--- trunk/LayoutTests/fast/frames/flattening/resources/iframe-to-resize.html	2015-04-30 02:46:05 UTC (rev 183606)
+++ trunk/LayoutTests/fast/frames/flattening/resources/iframe-to-resize.html	2015-04-30 03:03:57 UTC (rev 183607)
@@ -38,6 +38,7 @@
       console.log("Timer was throttled.");
     if (window.performance)
       console.log("Timers were scheduled at: " + timerScheduleTimes);
+    console.log("document.hidden = " + document.hidden + "; document.visibilityState = " + document.visibilityState);
     if (window.testRunner)
       testRunner.notifyDone();
   }, 20000);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to