Skip to content

Commit

Permalink
Update expectations.
Browse files Browse the repository at this point in the history
  • Loading branch information
flackr committed Aug 26, 2024
1 parent 6125d80 commit 5da0828
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5da0828

Please sign in to comment.