From c66a5eb7be937018db79bbaffe27df57418cd7de Mon Sep 17 00:00:00 2001 From: ayo Date: Wed, 22 Jul 2026 20:31:44 +0200 Subject: [PATCH] fix(demo): stabilize the WebKit nightly e2e for render-reconciliation --- demo/examples/render-reconciliation/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/examples/render-reconciliation/index.js b/demo/examples/render-reconciliation/index.js index 73bea31..45fabbe 100644 --- a/demo/examples/render-reconciliation/index.js +++ b/demo/examples/render-reconciliation/index.js @@ -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;