blob: fb13c584a697f347e4b31555f6622a7e66cb2070 (
plain)
1
2
3
4
5
6
7
8
9
|
[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"]
|