blob: 2838cec11a18dfdc7569f175916492e41f0bad62 [file] [log] [blame]
FAIL Logical properties can be animated assert_equals: expected "50px" but got "0px"
FAIL Logical properties in animations respect the writing-mode assert_equals: expected "50px" but got "0px"
FAIL Logical properties in animations respect the direction assert_equals: expected "50px" but got "0px"
PASS Declaration order is respected within @keyframes declaration blocks
PASS Logical properties are able to override physical properties in @keyframes declaration blocks
FAIL Declaration order is respected amongst logical properties within @keyframes declaration blocks assert_equals: expected "100px" but got "0px"
PASS Physical properties and logical properties can be mixed
PASS Declaration order is respected on each keyframe individually
FAIL Animations update when the writing-mode is changed assert_equals: expected "50px" but got "0px"
FAIL Filling animations update when the writing-mode is changed assert_equals: expected "100px" but got "0px"
FAIL The number of interpolating properties can be increased when the writing-mode is changed assert_equals: expected "50px" but got "0px"
FAIL The number of interpolating properties can be decreased when the writing-mode is changed assert_equals: expected "150px" but got "100px"
FAIL Animations update when the writing-mode is changed through a CSS variable assert_equals: expected "50px" but got "0px"
FAIL Animations update when the direction is changed assert_equals: expected "50px" but got "0px"