17 lines
526 B
TOML
17 lines
526 B
TOML
[DEFAULT]
|
|
|
|
["test_drawImage_context_properties.html"]
|
|
support-files = ["file_drawImage_context_properties.svg"]
|
|
|
|
["test_drawWindow_widget_layers.html"]
|
|
support-files = [
|
|
"../file_drawWindow_source.html",
|
|
"../file_drawWindow_common.js",
|
|
]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1693807, Bug 1705410
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1693807, Bug 1705410
|
|
]
|
|
|
|
["test_webgl_debug_renderer_info.html"]
|
|
subsuite = "gpu"
|