Title: [207105] releases/WebKitGTK/webkit-2.14/Tools
Revision
207105
Author
[email protected]
Date
2016-10-11 05:34:03 -0700 (Tue, 11 Oct 2016)

Log Message

Merge r206382 - [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 <[email protected]> on 2016-09-26
Reviewed by Michael Catanzaro.

* TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp:
(testContextMenuDefaultMenu):

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.14/Tools/ChangeLog (207104 => 207105)


--- releases/WebKitGTK/webkit-2.14/Tools/ChangeLog	2016-10-11 12:33:27 UTC (rev 207104)
+++ releases/WebKitGTK/webkit-2.14/Tools/ChangeLog	2016-10-11 12:34:03 UTC (rev 207105)
@@ -1,3 +1,17 @@
+2016-09-26  Tomas Popela  <[email protected]>
+
+        [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.
+
+        Reviewed by Michael Catanzaro.
+
+        * TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp:
+        (testContextMenuDefaultMenu):
+
 2016-09-23  Carlos Garcia Campos  <[email protected]>
 
         REGRESSION(r204163): [GTK] API test /webkit2/WebKitSecurityManager/file-xhr is failing

Modified: releases/WebKitGTK/webkit-2.14/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp (207104 => 207105)


--- releases/WebKitGTK/webkit-2.14/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp	2016-10-11 12:33:27 UTC (rev 207104)
+++ releases/WebKitGTK/webkit-2.14/Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestContextMenu.cpp	2016-10-11 12:34:03 UTC (rev 207105)
@@ -385,7 +385,7 @@
         " <a style='position:absolute; left:1; top:20' href='' title='WebKitGTK+ Logo'><img src='' width=5 height=5></img></a>"
         " <input style='position:absolute; left:1; top:30' size='10'></input>"
         " <video style='position:absolute; left:1; top:50' width='300' height='300' controls='controls' preload='none'><source src='' type='video/ogg' /></video>"
-        " <audio style='position:absolute; left:1; top:60' width='50' height='20' controls='controls' preload='none'><source src='' type='audio/mp3' /></audio>"
+        " <audio style='position:absolute; left:1; top:60' width='50' height='20' controls='controls' preload='none'><source src='' type='audio/ogg' /></audio>"
         " <p style='position:absolute; left:1; top:90' id='text_to_select'>Lorem ipsum.</p>"
         "</body></html>";
     test->loadHtml(linksHTML, "file:///");
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to