Title: [183287] trunk/LayoutTests
- Revision
- 183287
- Author
- [email protected]
- Date
- 2015-04-24 15:31:31 -0700 (Fri, 24 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
Unreviewed follow-up. Added a notifyDone, so that the watchdog timer actually works.
* fast/frames/flattening/resources/iframe-to-resize.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (183286 => 183287)
--- trunk/LayoutTests/ChangeLog 2015-04-24 22:22:05 UTC (rev 183286)
+++ trunk/LayoutTests/ChangeLog 2015-04-24 22:31:31 UTC (rev 183287)
@@ -1,3 +1,12 @@
+2015-04-24 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
+
+ Unreviewed follow-up. Added a notifyDone, so that the watchdog timer actually works.
+
+ * fast/frames/flattening/resources/iframe-to-resize.html:
+
2015-04-24 Commit Queue <[email protected]>
Unreviewed, rolling out r183266.
Modified: trunk/LayoutTests/fast/frames/flattening/resources/iframe-to-resize.html (183286 => 183287)
--- trunk/LayoutTests/fast/frames/flattening/resources/iframe-to-resize.html 2015-04-24 22:22:05 UTC (rev 183286)
+++ trunk/LayoutTests/fast/frames/flattening/resources/iframe-to-resize.html 2015-04-24 22:31:31 UTC (rev 183287)
@@ -28,6 +28,8 @@
setTimeout(function() {
parent.document.getElementById('result').innerHTML = "Test timed out. Resized " + resizeCounter + " times, got " + resizeEventCounter + " events.";
+ if (window.testRunner)
+ testRunner.notifyDone();
}, 20000);
</script>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes