summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/widgets/mochitest.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/tests/widgets/mochitest.toml')
-rw-r--r--toolkit/content/tests/widgets/mochitest.toml110
1 files changed, 110 insertions, 0 deletions
diff --git a/toolkit/content/tests/widgets/mochitest.toml b/toolkit/content/tests/widgets/mochitest.toml
new file mode 100644
index 0000000000..7e20352256
--- /dev/null
+++ b/toolkit/content/tests/widgets/mochitest.toml
@@ -0,0 +1,110 @@
+[DEFAULT]
+support-files = [
+ "audio.wav",
+ "audio.ogg",
+ "file_videocontrols_jsdisabled.html",
+ "image.png",
+ "image-zh.png",
+ "seek_with_sound.ogg",
+ "video.ogg",
+ "head.js",
+ "tree_shared.js",
+ "test-webvtt-1.vtt",
+ "test-webvtt-2.vtt",
+ "videocontrols_direction-1-ref.html",
+ "videocontrols_direction-1a.html",
+ "videocontrols_direction-1b.html",
+ "videocontrols_direction-1c.html",
+ "videocontrols_direction-1d.html",
+ "videocontrols_direction-1e.html",
+ "videocontrols_direction-2-ref.html",
+ "videocontrols_direction-2a.html",
+ "videocontrols_direction-2b.html",
+ "videocontrols_direction-2c.html",
+ "videocontrols_direction-2d.html",
+ "videocontrols_direction-2e.html",
+ "videocontrols_direction_test.js",
+ "videomask.css",
+]
+
+["test_audiocontrols_dimensions.html"]
+
+["test_audiocontrols_fullscreen.html"]
+
+["test_bug898940.html"]
+
+["test_bug1654500.html"]
+
+["test_image_recognition.html"]
+run-if = ["os == 'mac'"] # Mac only feature.
+
+["test_image_recognition_unsupported.html"]
+skip-if = ["os == 'mac'"]
+
+["test_image_recognition_zh.html"]
+run-if = ["os == 'mac' && os_version != '10.15'"] # Mac only feature, requires > 10.15 to support multilingual results.
+
+["test_mousecapture_area.html"]
+
+["test_nac_mutations.html"]
+
+["test_panel_list_shadow_node_anchor.html"]
+support-files = [
+ "../../widgets/panel-list/panel-item.css",
+ "../../widgets/panel-list/panel-list.js",
+ "../../widgets/panel-list/panel-list.css",
+]
+
+["test_ua_widget_elementFromPoint.html"]
+
+["test_ua_widget_sandbox.html"]
+
+["test_ua_widget_unbind.html"]
+
+["test_videocontrols.html"]
+tags = "fullscreen"
+skip-if = [
+ "os == 'android'", #TIMED_OUT #Bug 1484210
+ "os == 'linux'", #TIMED_OUT #Bug 1511256
+]
+
+["test_videocontrols_audio.html"]
+
+["test_videocontrols_audio_direction.html"]
+skip-if = ["xorigin"] # Rendering of reftest videocontrols_direction-2a.html should not be different to the reference, fails/passes inconsistently
+
+["test_videocontrols_clickToPlay_ariaLabel.html"]
+
+["test_videocontrols_closed_caption_menu.html"]
+
+["test_videocontrols_error.html"]
+
+["test_videocontrols_iframe_fullscreen.html"]
+
+["test_videocontrols_jsdisabled.html"]
+skip-if = ["os == 'android'"] # bug 1272646
+
+["test_videocontrols_keyhandler.html"]
+skip-if = [
+ "os == 'android'", #Bug 1366957
+ "os == 'linux'", #Bug 1366957
+]
+
+["test_videocontrols_scrubber_position.html"]
+
+["test_videocontrols_scrubber_position_nopreload.html"]
+
+["test_videocontrols_size.html"]
+
+["test_videocontrols_standalone.html"]
+skip-if = ["os == 'android'"] # bug 1075573
+
+["test_videocontrols_video_direction.html"]
+skip-if = [
+ "os == 'win'",
+ "xorigin", # Rendering of reftest videocontrols_direction-2a.html should not be different to the reference, fails/passes inconsistently
+]
+
+["test_videocontrols_video_noaudio.html"]
+
+["test_videocontrols_vtt.html"]