blob: 89b839bad2bed19f0baf9db9daf0470a8d0d87cb [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 Logical shorthand with variable references animates correctly assert_equals: expected "250px" but got "auto"
FAIL Animations update when the direction is changed assert_equals: expected "50px" but got "0px"