diff --git a/scroll-animations/css/scroll-timeline-name-shadow.html b/scroll-animations/css/scroll-timeline-name-shadow.html
index a535b2a44fe806..b2a54cd9aedf08 100644
--- a/scroll-animations/css/scroll-timeline-name-shadow.html
+++ b/scroll-animations/css/scroll-timeline-name-shadow.html
@@ -3,6 +3,7 @@
+
@@ -55,8 +56,8 @@
assert_equals(target.getAnimations().length, 1);
let anim = target.getAnimations()[0];
assert_not_equals(anim.timeline, null);
- assert_equals(anim.timeline.axis, 'y');
- }, 'Outer animation can see scroll timeline defined by :host');
+ assert_equals(anim.timeline.axis, 'x');
+ }, 'Outer animation can not see scroll timeline defined by :host');
@@ -93,8 +94,8 @@
assert_equals(target.getAnimations().length, 1);
let anim = target.getAnimations()[0];
assert_not_equals(anim.timeline, null);
- assert_equals(anim.timeline.axis, 'y');
- }, 'Outer animation can see scroll timeline defined by ::slotted');
+ assert_equals(anim.timeline.axis, 'x');
+ }, 'Outer animation can not see scroll timeline defined by ::slotted');
@@ -139,42 +140,42 @@
}, 'Inner animation can see scroll timeline defined by ::part');
-
-
+