blob: bdb1e5b5728438473e0dcc30889abfe723cb5d1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;https: //bugzilla.mozilla.org/show_bug.cgi?id=1811823
expected: [FAIL, PASS]
[custom-highlight-painting-invalidation-005.html]
expected:
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
if (os == "linux") and not debug and not swgl and not fission: [PASS, FAIL]
if (os == "win") and (processor == "x86_64") and debug and not swgl: [PASS, FAIL]
if (os == "android") and debug and swgl: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
[FAIL, PASS]
|