9 lines
330 B
INI
9 lines
330 B
INI
[fullscreen-css-transition.html]
|
|
expected:
|
|
if (os == "mac") and not debug: ["OK", "ERROR"]
|
|
if (os == "mac") and debug: ["OK", "ERROR"]
|
|
[Transitions should not be stopped by going fullscreen]
|
|
expected:
|
|
if (os == "mac") and debug: ["PASS", "TIMEOUT"]
|
|
if (os == "mac") and not debug: ["PASS", "TIMEOUT"]
|
|
|