Skip to content

Commit

Permalink
Update version and expected results.
Browse files Browse the repository at this point in the history
  • Loading branch information
flackr committed Jul 11, 2024
1 parent 5bfa2c1 commit 9b56353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-timeline-polyfill",
"version": "1.0.0",
"version": "1.1.0",
"description": "A polyfill for scroll-driven animations on the web via ScrollTimeline",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,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
FAIL /scroll-animations/css/pseudo-on-scroller.html scroll nearest on pseudo-element attaches to parent scroll container
PASS /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

0 comments on commit 9b56353

Please sign in to comment.