servo/tests/wpt/metadata-layout-2020/css/css-transforms/animation
Martin Robinson b875f14e86 Better computation of animation keyframes
This begins to address #26625 by properly applying CSS variables during
keyframe computation and no longer using `apply_declarations`. Instead,
walk the declarations, combining them into IntermediateComputedKeyframe,
maintaining declarations that modify CSS custom properties. Then compute
a set of AnimationValues for each keyframe and use those to produce
interpolated animation values.
2020-06-05 13:40:29 +02:00
..
composited-transform.html.ini
list-interpolation.html.ini Update test expectations 2020-05-19 10:02:03 +02:00
matrix-interpolation.html.ini layout_2020: Add initial support for getComputedStyle 2020-05-11 20:14:01 +02:00
perspective-composition.html.ini layout_2020: Add initial support for getComputedStyle 2020-05-11 20:14:01 +02:00
perspective-interpolation.html.ini Better computation of animation keyframes 2020-06-05 13:40:29 +02:00
perspective-origin-interpolation.html.ini Better computation of animation keyframes 2020-06-05 13:40:29 +02:00
rotate-composition.html.ini
rotate-interpolation.html.ini
scale-composition.html.ini
scale-interpolation.html.ini
transform-composition.html.ini layout_2020: Add initial support for getComputedStyle 2020-05-11 20:14:01 +02:00
transform-interpolation-001.html.ini Update test expectations 2020-05-19 10:02:03 +02:00
transform-interpolation-002.html.ini Update test expectations 2020-05-19 10:02:03 +02:00
transform-interpolation-003.html.ini Update test expectations 2020-05-19 10:02:03 +02:00
transform-interpolation-004.html.ini Update test expectations 2020-05-19 10:02:03 +02:00
transform-interpolation-005.html.ini Update test expectations 2020-05-19 10:02:03 +02:00
transform-interpolation-006.html.ini Better computation of animation keyframes 2020-06-05 13:40:29 +02:00
transform-interpolation-computed-value.html.ini Update web-platform-tests to revision 6a665f63ae39b552f60b971f11c34b215861fcb3 2020-03-19 10:44:50 -04:00
transform-matrix-composition.html.ini layout_2020: Add initial support for getComputedStyle 2020-05-11 20:14:01 +02:00
transform-origin-interpolation.html.ini Better computation of animation keyframes 2020-06-05 13:40:29 +02:00
transform-perspective-composition.html.ini layout_2020: Add initial support for getComputedStyle 2020-05-11 20:14:01 +02:00
transform-rotate-composition.html.ini layout_2020: Add initial support for getComputedStyle 2020-05-11 20:14:01 +02:00
transform-scale-composition.html.ini layout_2020: Add initial support for getComputedStyle 2020-05-11 20:14:01 +02:00
transform-skew-composition.html.ini layout_2020: Add initial support for getComputedStyle 2020-05-11 20:14:01 +02:00
transform-translate-composition.html.ini layout_2020: Add initial support for getComputedStyle 2020-05-11 20:14:01 +02:00
translate-composition.html.ini
translate-interpolation.html.ini