Changeset 129103 in webkit


Ignore:
Timestamp:
Sep 20, 2012 1:22:05 AM (12 years ago)
Author:
allan.jensen@nokia.com
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:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r129102 r129103  
     12012-09-20  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
     2
     3        [Qt][WK2] fast/spatial-navigation/snav-media-elements.html timeouts
     4        https://bugs.webkit.org/show_bug.cgi?id=96397
     5
     6        Reviewed by Antonio Gomes.
     7
     8        Use the js-test-post.js as intended to protect against race-conditions.
     9
     10        * fast/spatial-navigation/snav-media-elements.html:
     11        * platform/qt-5.0-wk2/Skipped:
     12
    1132012-09-20  Allan Sandfeld Jensen  <allan.jensen@digia.com>
    214
  • trunk/LayoutTests/fast/spatial-navigation/snav-media-elements.html

    r124680 r129103  
    2626      testRunner.setSpatialNavigationEnabled(true);
    2727      testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1);
    28       testRunner.waitUntilDone();
    2928    }
    3029
     
    3938    function testCompleted()
    4039    {
    41       var scriptElement = document.createElement("script")
    42       scriptElement.src = '../js/resources/js-test-post-async.js'
    43       document.body.appendChild(scriptElement);
     40      finishJSTest();
    4441    }
    4542
    4643    window.onload = runTest;
    47 
     44    jsTestIsAsync = true;
    4845    </script>
     46    <script src="../js/resources/js-test-post.js"></script>
    4947  </head>
    5048
  • trunk/LayoutTests/platform/qt-5.0-wk2/Skipped

    r129102 r129103  
    490490fast/events/dispatch-message-string-data.html
    491491
    492 # [Qt][WK2] fast/spatial-navigation/snav-media-elements.html timeouts
    493 # https://bugs.webkit.org/show_bug.cgi?id=96397
    494 fast/spatial-navigation/snav-media-elements.html
    495 
    496492# [Qt][WK2] REGRESSION(r128270): It made fast/events/popup-blocking-timers.html flakey
    497493# https://bugs.webkit.org/show_bug.cgi?id=96480
Note: See TracChangeset for help on using the changeset viewer.