Allow discrete
No discrete

Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Passtransition-behavior:allow-discrete should animate discrete properties.
Asserts run
Pass
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)
Passtransition-behavior:allow-discrete overlaps the previous normal value.
Asserts run
Pass
assert_equals(1, 1, "Should start a discrete property transition")
    at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:49:3)
Passtransition-behavior:normal overlaps the previous allow-discrete value.
Asserts run
Pass
assert_equals(0, 0, "Should not start a discrete property transition")
    at Test.<anonymous> ( /css/css-transitions/transition-behavior.html:61:3)
Passtransition-behavior changed to normal should stop the running discrete transitions.
Asserts run
Pass
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)
Passtransition-behavior:allow-discrete should animate for values fallback to discrete animations.
Asserts run
Pass
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)
Passtransition-behavior:normal should cancel the running transitions whose animation values are not interpolatable
Asserts run
Pass
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)