summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/widgets/mochitest.toml
blob: 7e20352256e2603e1c249f03aa13da85206a91f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
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"]