diff --git a/package.json b/package.json index aa12cb1..531b52b 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/test/expected.txt b/test/expected.txt index 62ee75b..36c242e 100644 --- a/test/expected.txt +++ b/test/expected.txt @@ -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'