Skip to content

Commit 339c547

Browse files
authored
1 parent 9a30cb2 commit 339c547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scroll-animations/css/view-timeline-lookup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<script>
218218
promise_test(async (t) => {
219219
await inflate(t, timeline_ancestor_closer_timeline_wins);
220-
assert_equals(getComputedStyle(target).zIndex, 'auto');
220+
assert_equals(getComputedStyle(target).zIndex, '0');
221221
}, 'timeline-scope on ancestor sibling, closer timeline wins');
222222
</script>
223223

0 commit comments

Comments
 (0)