blob: d17e789c4c90ad85cb8dddb554f2b78c0910722d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[CSSTransition-effect.tentative.html]
[After setting a transition's effect to null, a new transition can be started]
expected:
if (os == "android") and debug and swgl: FAIL
if (os == "android") and not debug: FAIL
if os == "win": FAIL
[FAIL, PASS]
[After setting a transition's effect to null, it should be possible to interrupt that transition]
expected:
if (os == "linux") and not fission and debug and not swgl: [PASS, FAIL]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
if (os == "android") and debug: [PASS, FAIL]
if (os == "linux") and fission: [PASS, FAIL]
|