Title: [224010] trunk/LayoutTests
Revision
224010
Author
[email protected]
Date
2017-10-26 00:10:05 -0700 (Thu, 26 Oct 2017)

Log Message

LayoutTest http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=178828

Reviewed by Wenson Hsieh.

Removed the superflous call to finishJSTest after 3s.

* http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (224009 => 224010)


--- trunk/LayoutTests/ChangeLog	2017-10-26 07:07:51 UTC (rev 224009)
+++ trunk/LayoutTests/ChangeLog	2017-10-26 07:10:05 UTC (rev 224010)
@@ -1,3 +1,14 @@
+2017-10-26  Ryosuke Niwa  <[email protected]>
+
+        LayoutTest http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=178828
+
+        Reviewed by Wenson Hsieh.
+
+        Removed the superflous call to finishJSTest after 3s.
+
+        * http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html:
+
 2017-10-25  Devin Rousso  <[email protected]>
 
         Web Inspector: provide a way to enable/disable event listeners

Modified: trunk/LayoutTests/http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html (224009 => 224010)


--- trunk/LayoutTests/http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html	2017-10-26 07:07:51 UTC (rev 224009)
+++ trunk/LayoutTests/http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html	2017-10-26 07:10:05 UTC (rev 224010)
@@ -62,8 +62,6 @@
 if (window.testRunner)
     window._onload_ = runTest;
 
-setTimeout(finishJSTest, 3000);
-
 </script>
 <script src=""
 </body>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to