[Webkit-unassigned] [Bug 162569] New: [GTK] TestContextMenu is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 26 11:13:31 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=162569

            Bug ID: 162569
           Summary: [GTK] TestContextMenu is failing
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tpopela at redhat.com
                CC: bugs-noreply at webkitgtk.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160926/0e8b5a09/attachment.html>


More information about the webkit-unassigned mailing list