RESOLVED FIXED 162569
[GTK] TestContextMenu is failing
https://bugs.webkit.org/show_bug.cgi?id=162569
Summary [GTK] TestContextMenu is failing
Tomas Popela
Reported 2016-09-26 11:13:31 PDT
The TestContextMenu unit test is failing with: ERROR:../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp:316:virtual bool ContextMenuDefaultTest::contextMenu(WebKitContextMenu*, GdkEvent*, WebKitHitTestResult*): assertion failed: (webkit_hit_test_result_context_is_media(hitTestResult)) The cause is the type of audio source that we are using: <audio style='position:absolute; left:1; top:60' width='50' height='20' controls='controls' preload='none'><source src='track.mp3' type='audio/mp3' /></audio> We cannot use the MP3 file, 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.
Attachments
Proposed patch (2.20 KB, patch)
2016-09-26 11:17 PDT, Tomas Popela
no flags
Tomas Popela
Comment 1 2016-09-26 11:17:37 PDT
Created attachment 289839 [details] Proposed patch
WebKit Commit Bot
Comment 2 2016-09-26 11:58:16 PDT
Comment on attachment 289839 [details] Proposed patch Clearing flags on attachment: 289839 Committed r206382: <http://trac.webkit.org/changeset/206382>
WebKit Commit Bot
Comment 3 2016-09-26 11:58:20 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.