summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/mochitest/mochitest.toml
blob: 627c9dfbd0d7fbd9445c498e6008eebac439202b (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
[DEFAULT]

["test_autocomplete_change_after_focus.html"]
skip-if = ["os == 'android'"]

["test_bug1407085.html"]

["test_mousecapture.xhtml"]
allow_xul_xbl = true
support-files = [
  "file_mousecapture.html",
  "file_mousecapture2.html",
  "file_mousecapture3.html",
  "file_mousecapture4.html",
  "file_mousecapture5.html",
]
skip-if = [
  "os == 'android'",
  "xorigin",  # SecurityError: Permission denied to access property "scrollX" on cross-origin object at runTests@http://mochi.test:8888/tests/toolkit/content/tests/mochitest/test_mousecapture.xhtml:170:17, inconsistent fail/pass
  "http3",
  "http2",
]

["test_video_control_no_control_overlay.html"]
support-files = ["gizmo.mp4"]
run-if = ["os == 'android'"]