fix(demo): stabilize the WebKit nightly e2e for render-reconciliation
This commit is contained in:
parent
7b48653966
commit
c66a5eb7be
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue