You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="assert" content="If any non-initial value of a property would create a stacking context on the element, specifying that property in will-change must create a stacking context on the element.">
<style>
html,body { margin:0; padding:0; }
div { width:100px; height:100px }
#wc { will-change: view-transition-name; background: red }
#child { position: absolute; top:0; left:0; z-index:-1; background: green }