blob: 432640191813f86200463f5adbb7e747aece18cc (
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
|
[DEFAULT]
skip-if = ["os == 'android'"]
support-files = ["GentiumPlus-R.woff"]
["test_bug467669.xhtml"]
support-files = ["test_bug467669.css"]
["test_bug695639.xhtml"]
support-files = ["test_bug695639.css"]
["test_bug708874.xhtml"]
support-files = ["test_bug708874.css"]
["test_bug727834.xhtml"]
support-files = ["test_bug727834.css"]
["test_CSSStyleRule_querySelectorAll.html"]
["test_fontFaceGeneric.xhtml"]
["test_fontFaceRanges.xhtml"]
support-files = ["test_fontFaceRanges.css"]
["test_fontFeaturesAPI.xhtml"]
support-files = [
"test_fontFeaturesAPI.css",
"DejaVuSans.ttf",
]
["test_fontVariationsAPI.xhtml"]
skip-if = [
"win11_2009 && bits == 32",
"apple_catalina", # bug 1456856
]
support-files = ["test_fontVariationsAPI.css"]
["test_getBlockLineCounts.html"]
["test_getSelectorWarnings.html"]
["test_ua_rule_modification.html"]
["test_ua_sheet_disable.html"]
["test_visited_style.html"]
|