Title: [129103] trunk/LayoutTests
Revision
129103
Author
[email protected]
Date
2012-09-20 01:22:05 -0700 (Thu, 20 Sep 2012)

Log Message

[Qt][WK2] fast/spatial-navigation/snav-media-elements.html timeouts
https://bugs.webkit.org/show_bug.cgi?id=96397

Reviewed by Antonio Gomes.

Use the js-test-post.js as intended to protect against race-conditions.

* fast/spatial-navigation/snav-media-elements.html:
* platform/qt-5.0-wk2/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (129102 => 129103)


--- trunk/LayoutTests/ChangeLog	2012-09-20 08:19:32 UTC (rev 129102)
+++ trunk/LayoutTests/ChangeLog	2012-09-20 08:22:05 UTC (rev 129103)
@@ -1,3 +1,15 @@
+2012-09-20  Allan Sandfeld Jensen  <[email protected]>
+
+        [Qt][WK2] fast/spatial-navigation/snav-media-elements.html timeouts
+        https://bugs.webkit.org/show_bug.cgi?id=96397
+
+        Reviewed by Antonio Gomes.
+
+        Use the js-test-post.js as intended to protect against race-conditions.
+
+        * fast/spatial-navigation/snav-media-elements.html:
+        * platform/qt-5.0-wk2/Skipped:
+
 2012-09-20  Allan Sandfeld Jensen  <[email protected]>
 
         [Qt] Add eventSender.gestureTap

Modified: trunk/LayoutTests/fast/spatial-navigation/snav-media-elements.html (129102 => 129103)


--- trunk/LayoutTests/fast/spatial-navigation/snav-media-elements.html	2012-09-20 08:19:32 UTC (rev 129102)
+++ trunk/LayoutTests/fast/spatial-navigation/snav-media-elements.html	2012-09-20 08:22:05 UTC (rev 129103)
@@ -25,7 +25,6 @@
       testRunner.dumpAsText();
       testRunner.setSpatialNavigationEnabled(true);
       testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1);
-      testRunner.waitUntilDone();
     }
 
     function runTest()
@@ -38,14 +37,13 @@
 
     function testCompleted()
     {
-      var scriptElement = document.createElement("script")
-      scriptElement.src = ''
-      document.body.appendChild(scriptElement);
+      finishJSTest();
     }
 
     window._onload_ = runTest;
-
+    jsTestIsAsync = true;
     </script>
+    <script src=""
   </head>
 
   <body id="some-content" xmlns="http://www.w3.org/1999/xhtml">

Modified: trunk/LayoutTests/platform/qt-5.0-wk2/Skipped (129102 => 129103)


--- trunk/LayoutTests/platform/qt-5.0-wk2/Skipped	2012-09-20 08:19:32 UTC (rev 129102)
+++ trunk/LayoutTests/platform/qt-5.0-wk2/Skipped	2012-09-20 08:22:05 UTC (rev 129103)
@@ -489,10 +489,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=96396
 fast/events/dispatch-message-string-data.html
 
-# [Qt][WK2] fast/spatial-navigation/snav-media-elements.html timeouts
-# https://bugs.webkit.org/show_bug.cgi?id=96397
-fast/spatial-navigation/snav-media-elements.html
-
 # [Qt][WK2] REGRESSION(r128270): It made fast/events/popup-blocking-timers.html flakey
 # https://bugs.webkit.org/show_bug.cgi?id=96480
 fast/events/popup-blocking-timers.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to