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