fix(demo): stabilize the WebKit nightly e2e for render-reconciliation

This commit is contained in:
ayo 2026-07-22 20:31:44 +02:00 committed by GitHub
parent 7b48653966
commit c66a5eb7be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,7 +85,9 @@ class TransitionSafe extends WebComponent {
// self-contained so the transition is guaranteed present wherever the
// component is used — including the e2e spec, which loads no page CSS
static shadowRootInit = { mode: 'open' }
static styles = `
:host { display: block; }
.anim-box {
width: 4em;
height: 2.5em;