blob: 8c4c6045d85cb27147322f83c7874db12da21018 (
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
|
[DEFAULT]
skip-if = ["os == 'android'"]
support-files = [
"bug418986-2.js",
"bug535806-css.css",
"bug535806-html.html",
"bug535806-xul.xhtml",
"hover_helper.html",
"match.png",
"mismatch.png",
]
["test_bug418986-2.xhtml"]
["test_bug511909.html"]
["test_bug535806.xhtml"]
["test_bug1157097.html"]
["test_bug1346623.html"]
["test_bug1371453.html"]
["test_chrome_only_media_queries.html"]
support-files = ["chrome-only-media-queries.js"]
["test_constructable_stylesheets_chrome_only_rules.html"]
["test_display_mode.html"]
support-files = ["display_mode.html"]
tags = "fullscreen"
["test_display_mode_reflow.html"]
support-files = ["display_mode_reflow.html"]
tags = "fullscreen"
["test_hover.html"]
skip-if = ["true"] # bug 1346353
["test_moz_document_rules.html"]
["test_moz_document_serialization.html"]
["test_scrollbar_inline_size.html"]
["test_stylesheet_clone_import_rule.html"]
support-files = [
"import_useless1.css",
"import_useless2.css",
]
|