From 5da0828c45522d1847ad425624a11a99fd7f3f3e Mon Sep 17 00:00:00 2001 From: Robert Flack Date: Mon, 26 Aug 2024 11:21:23 -0400 Subject: [PATCH] Update expectations. --- test/expected.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/expected.txt b/test/expected.txt index 36c242e..003d769 100644 --- a/test/expected.txt +++ b/test/expected.txt @@ -12,7 +12,7 @@ PASS /scroll-animations/css/animation-shorthand.html e.style['animation'] = "1s PASS /scroll-animations/css/animation-shorthand.html e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim 2000" should not set the property value PASS /scroll-animations/css/animation-shorthand.html e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim scroll()" should not set the property value PASS /scroll-animations/css/animation-shorthand.html e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim view()" should not set the property value -PASS /scroll-animations/css/animation-shorthand.html e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim timeline" should not set the property value +PASS /scroll-animations/css/animation-shorthand.html e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim --timeline" should not set the property value FAIL /scroll-animations/css/animation-shorthand.html Property animation value '1s linear 1s 2 reverse forwards paused anim' PASS /scroll-animations/css/animation-shorthand.html e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim1,\n 1s linear 1s 2 reverse forwards paused anim2,\n 1s linear 1s 2 reverse forwards paused anim3" should set animation-delay PASS /scroll-animations/css/animation-shorthand.html e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim1,\n 1s linear 1s 2 reverse forwards paused anim2,\n 1s linear 1s 2 reverse forwards paused anim3" should set animation-direction @@ -32,6 +32,8 @@ FAIL /scroll-animations/css/animation-shorthand.html Animation shorthand can not FAIL /scroll-animations/css/animation-shorthand.html Animation shorthand can not represent non-initial animation-range-start (computed) FAIL /scroll-animations/css/animation-shorthand.html Animation shorthand can not represent non-initial animation-range-end (specified) FAIL /scroll-animations/css/animation-shorthand.html Animation shorthand can not represent non-initial animation-range-end (computed) +FAIL /scroll-animations/css/animation-shorthand.html Animation shorthand can not be represented with same list length (specified) +PASS /scroll-animations/css/animation-shorthand.html Animation shorthand can be represented with same list length (computed) FAIL /scroll-animations/css/animation-timeline-computed.html Property animation-timeline value 'initial' FAIL /scroll-animations/css/animation-timeline-computed.html Property animation-timeline value 'inherit' FAIL /scroll-animations/css/animation-timeline-computed.html Property animation-timeline value 'unset' @@ -208,7 +210,7 @@ FAIL /scroll-animations/css/progress-based-animation-animation-longhand-properti FAIL /scroll-animations/css/progress-based-animation-animation-longhand-properties.tentative.html animation-delay with a negative value PASS /scroll-animations/css/progress-based-animation-animation-longhand-properties.tentative.html animation-fill-mode PASS /scroll-animations/css/progress-based-animation-timeline.html progress based animation timeline works -PASS /scroll-animations/css/pseudo-on-scroller.html scroll nearest on pseudo-element attaches to parent scroll container +FAIL /scroll-animations/css/pseudo-on-scroller.html scroll nearest on pseudo-element attaches to parent scroll container FAIL /scroll-animations/css/scroll-timeline-axis-computed.html Property scroll-timeline-axis value 'initial' FAIL /scroll-animations/css/scroll-timeline-axis-computed.html Property scroll-timeline-axis value 'inherit' FAIL /scroll-animations/css/scroll-timeline-axis-computed.html Property scroll-timeline-axis value 'unset' @@ -452,7 +454,7 @@ FAIL /scroll-animations/css/view-timeline-dynamic.html Dynamically changing view FAIL /scroll-animations/css/view-timeline-dynamic.html Dynamically changing view-timeline-axis FAIL /scroll-animations/css/view-timeline-dynamic.html Dynamically changing view-timeline-inset PASS /scroll-animations/css/view-timeline-dynamic.html Element with scoped view-timeline becoming display:none -PASS /scroll-animations/css/view-timeline-inset-animation.html view-timeline-inset with one value +FAIL /scroll-animations/css/view-timeline-inset-animation.html view-timeline-inset with one value PASS /scroll-animations/css/view-timeline-inset-animation.html view-timeline-inset with two values PASS /scroll-animations/css/view-timeline-inset-animation.html view-timeline-inset with em values FAIL /scroll-animations/css/view-timeline-inset-animation.html view-timeline-inset with percentage values