Changeset 90554 in webkit


Ignore:
Timestamp:
Jul 7, 2011 4:18:01 AM (13 years ago)
Author:
Philippe Normand
Message:

Reviewed by Eric Carlson.

GTK: media/video-src-invalid-poster.html Failed
https://bugs.webkit.org/show_bug.cgi?id=61160

Wait for loadstart event to check the poster dimensions and avoid a
potential timeout of the test.

  • media/video-src-invalid-poster-expected.txt:
  • media/video-src-invalid-poster.html:
  • platform/gtk/Skipped:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r90553 r90554  
     12011-07-07  Philippe Normand  <pnormand@igalia.com>
     2
     3        Reviewed by Eric Carlson.
     4
     5        GTK: media/video-src-invalid-poster.html Failed
     6        https://bugs.webkit.org/show_bug.cgi?id=61160
     7
     8        Wait for loadstart event to check the poster dimensions and avoid a
     9        potential timeout of the test.
     10
     11        * media/video-src-invalid-poster-expected.txt:
     12        * media/video-src-invalid-poster.html:
     13        * platform/gtk/Skipped:
     14
    1152011-07-07  Vsevolod Vlasov  <vsevik@chromium.org>
    216
  • trunk/LayoutTests/media/video-src-invalid-poster-expected.txt

    r86904 r90554  
     1RUN(video.load())
     2EVENT(loadstart)
    13EXPECTED (video.clientWidth == '76') OK
    24EXPECTED (video.clientHeight == '103') OK
  • trunk/LayoutTests/media/video-src-invalid-poster.html

    r86904 r90554  
    2222    }
    2323
    24     listenForWidthAndHeight(76, 103, expected);
    25     failTestIn(1000);
     24    run("video.load()");
     25    waitForEvent("loadstart", function () {
     26        listenForWidthAndHeight(76, 103, expected);
     27    });
    2628</script>
  • trunk/LayoutTests/platform/gtk/Skipped

    r90453 r90554  
    15191519http/tests/navigation/post-307-response.html
    15201520
    1521 # https://bugs.webkit.org/show_bug.cgi?id=61160
    1522 media/video-src-invalid-poster.html
    1523 
    15241521# https://bugs.webkit.org/show_bug.cgi?id=61523
    15251522http/tests/eventsource/workers/eventsource-simple.html
Note: See TracChangeset for help on using the changeset viewer.