blob: d4acc179ad95296f45de935bace9441edc506448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Animation.html]
[Animation.animate must enqueue an attributeChanged reaction when it adds the observed style attribute]
expected:
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
[Animation.animate must enqueue an attributeChanged reaction when it mutates the observed style attribute]
expected:
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
|