blob: 4083885e12fc4d01b38779ffa0aa5d5158a62c7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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"
|