[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]