blob: bb22c84315c00bf985aef7f65d5e19defef1e3d0 (
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
|
[DEFAULT]
support-files = ["file_bug386386.sjs"]
["test_bug386386.html"]
allow_xul_xbl = true
skip-if = [
"http3",
"http2",
]
["test_bug394800.xhtml"]
allow_xul_xbl = true
skip-if = [
"http3",
"http2",
]
["test_bug511075.html"]
skip-if = ["os == 'android'"] #bug 798806
["test_bug563416.html"]
skip-if = ["os == 'android'"]
["test_drag_thumb_in_link.html"]
skip-if = ["os == 'android'"]
|