45 lines
918 B
TOML
45 lines
918 B
TOML
[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"]
|