Pass | Test animation name being empty. | Asserts runPass | assert_equals("", "", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("", "", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("", "", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) |
|
Pass | Test a non-conflicting animation name. | Asserts runPass | assert_equals("myShorthandAnim", "myShorthandAnim", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("myShorthandAnim", "myShorthandAnim", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal none running myShorthandAnim", "auto ease 0s 1 normal none running myShorthandAnim", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) |
|
Pass | Test an animation name that is the same as a possible animation fill-mode. | Asserts runPass | assert_equals("none", "none", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("none", "none", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal none running none", "auto ease 0s 1 normal none running none", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) | Pass | assert_equals("none", "none", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("none", "none", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal forwards running none", "auto ease 0s 1 normal forwards running none", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) | Pass | assert_equals("forwards", "forwards", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("forwards", "forwards", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal none running forwards", "auto ease 0s 1 normal none running forwards", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) |
|
Pass | Test an animation name that is the same as a possible animation direction. | Asserts runPass | assert_equals("none", "none", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("none", "none", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal none running none", "auto ease 0s 1 normal none running none", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) | Pass | assert_equals("none", "none", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("none", "none", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 reverse none running none", "auto ease 0s 1 reverse none running none", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) | Pass | assert_equals("normal", "normal", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("normal", "normal", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal none running normal", "auto ease 0s 1 normal none running normal", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) | Pass | assert_equals("reverse", "reverse", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("reverse", "reverse", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal none running reverse", "auto ease 0s 1 normal none running reverse", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) |
|
Pass | Test an animation name that is the same as a possible running state. | Asserts runPass | assert_equals("none", "none", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("none", "none", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal none running none", "auto ease 0s 1 normal none running none", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) | Pass | assert_equals("none", "none", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("none", "none", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal none paused none", "auto ease 0s 1 normal none paused none", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) | Pass | assert_equals("running", "running", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("running", "running", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal none running running", "auto ease 0s 1 normal none running running", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) | Pass | assert_equals("paused", "paused", "style1.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:11:3) | Pass | assert_equals("paused", "paused", "style2.animationName")
at testStyle ( /css/css-animations/style-animation-parsing.html:12:3) | Pass | assert_equals("auto ease 0s 1 normal none running paused", "auto ease 0s 1 normal none running paused", "style1 and style2 should have the same animation")
at testStyle ( /css/css-animations/style-animation-parsing.html:13:3) |
|