16 lines
349 B
TOML
16 lines
349 B
TOML
[DEFAULT]
|
|
|
|
["test_drawWindow_widget_layers.html"]
|
|
skip-if = [
|
|
"os == 'android'",
|
|
"os == 'linux'", # Bug 1693807, Bug 1705410
|
|
"os == 'win' && ccov", # Bug 1705410
|
|
"os == 'win'", # Bug 1717900
|
|
]
|
|
support-files = [
|
|
"../file_drawWindow_source.html",
|
|
"../file_drawWindow_common.js",
|
|
]
|
|
|
|
["test_webgl_debug_renderer_info.html"]
|
|
subsuite = "gpu"
|