blob: f332b5049b8301a6b1d52934ea299af89127c538 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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 (processor == "x86_64") and (os == "linux") and fission: [PASS, FAIL]
if (processor == "x86_64") and (os == "android") and debug: [PASS, FAIL]
if processor == "x86": [PASS, FAIL]
|