blob: a67f588b1738aa5fbf96c12c760c1e8de7d6a3e3 (
plain)
1
2
3
4
5
6
7
|
[appearance-transition-001.html]
expected:
if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, ERROR, TIMEOUT]
if (os == "linux") and debug and not fission and swgl: [PASS, ERROR]
if (os == "linux") and debug and not fission and not swgl: [PASS, ERROR]
if (os == "linux") and debug and fission: [PASS, ERROR]
if (os == "win") and swgl: [PASS, TIMEOUT]
|