Pass | transition-behavior:allow-discrete should animate discrete properties. | Asserts runPass | assert_equals(0, 0, "Should not start a discrete property transition")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:31:3) | Pass | assert_equals(1, 1, "Should start a discrete property transition")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:36:3) | Pass | assert_equals("float", "float")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:38:3) |
|
Pass | transition-behavior:allow-discrete overlaps the previous normal value. | Asserts runPass | assert_equals(1, 1, "Should start a discrete property transition")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:49:3) |
|
Pass | transition-behavior:normal overlaps the previous allow-discrete value. | Asserts runPass | assert_equals(0, 0, "Should not start a discrete property transition")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:61:3) |
|
Pass | transition-behavior changed to normal should stop the running discrete transitions. | Asserts runPass | assert_equals(1, 1, "Should start a discrete property transition")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:72:3) | Pass | assert_equals("absolute", "absolute")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:77:3) | Pass | assert_equals(0, 0, "The running transition should be cancelled")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:78:3) |
|
Pass | transition-behavior:allow-discrete should animate for values fallback to discrete animations. | Asserts runPass | assert_equals("circle(farthest-side)", "circle(farthest-side)")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:90:3) | Pass | assert_equals(0, 0, "Should not start a transition of discrete animation values")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:91:3) | Pass | assert_equals("circle(farthest-side)", "circle(farthest-side)")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:96:3) | Pass | assert_equals(1, 1, "Should start a transition for discrete animation values")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:97:3) |
|
Pass | transition-behavior:normal should cancel the running transitions whose animation values are not interpolatable | Asserts runPass | assert_equals("circle(50px)", "circle(50px)")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:109:3) | Pass | assert_equals(1, 1, "Should start a transition for discrete animation values")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:110:3) | Pass | assert_equals("ellipse()", "ellipse()")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:115:3) | Pass | assert_equals(0, 0, "The running transition should be cancelled")
at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:116:3) |
|