Skip to content

Commit 5f6cc8c

Browse files
[scoped-vt] Invoke DOM callbacks in creation order
Bug: 456739886 Change-Id: I17ee8da5b777297cc3cdc699869ae8a6135fb845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7101482 Reviewed-by: Vladimir Levin <[email protected]> Commit-Queue: Kevin Ellis <[email protected]> Cr-Commit-Position: refs/heads/main@{#1539505}
1 parent 7be91b0 commit 5f6cc8c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css/css-view-transitions/scoped/callback-order.tentative.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@
99
</head>
1010
<style>
1111
#target {
12+
position: relative;
1213
background-color: blue;
1314
height: 100px;
1415
width: 100px;
15-
z-index: 1;
16+
contain: view-transition;
17+
view-transition-name: none;
18+
}
19+
#child {
20+
position: relative;
1621
}
1722
</style>
1823
<script src="/resources/testharness.js"></script>

0 commit comments

Comments
 (0)