Changeset 206382 in webkit


Ignore:
Timestamp:
Sep 26, 2016 11:55:57 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] TestContextMenu is failing
https://bugs.webkit.org/show_bug.cgi?id=162569

We cannot use the MP3 file in the TestContextMenu, as it will not work
by default on most distributions (that don't have an MP3 codecs
installed). Change the test to use OGG file instead.

Patch by Tomas Popela <tpopela@redhat.com> on 2016-09-26
Reviewed by Michael Catanzaro.

  • TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp:

(testContextMenuDefaultMenu):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r206378 r206382  
     12016-09-26  Tomas Popela  <tpopela@redhat.com>
     2
     3        [GTK] TestContextMenu is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=162569
     5
     6        We cannot use the MP3 file in the TestContextMenu, as it will not work
     7        by default on most distributions (that don't have an MP3 codecs
     8        installed). Change the test to use OGG file instead.
     9
     10        Reviewed by Michael Catanzaro.
     11
     12        * TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp:
     13        (testContextMenuDefaultMenu):
     14
    1152016-09-26  Yusuke Suzuki  <utatane.tea@gmail.com>
    216
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp

    r192247 r206382  
    386386        " <input style='position:absolute; left:1; top:30' size='10'></input>"
    387387        " <video style='position:absolute; left:1; top:50' width='300' height='300' controls='controls' preload='none'><source src='movie.ogg' type='video/ogg' /></video>"
    388         " <audio style='position:absolute; left:1; top:60' width='50' height='20' controls='controls' preload='none'><source src='track.mp3' type='audio/mp3' /></audio>"
     388        " <audio style='position:absolute; left:1; top:60' width='50' height='20' controls='controls' preload='none'><source src='track.ogg' type='audio/ogg' /></audio>"
    389389        " <p style='position:absolute; left:1; top:90' id='text_to_select'>Lorem ipsum.</p>"
    390390        "</body></html>";
Note: See TracChangeset for help on using the changeset viewer.