Skip to content

Commit b423eef

Browse files
committed
Refresh sandbox after style tests
1 parent 5e49671 commit b423eef

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

test/components/style/bo-scoped-styles.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ await paint();
1010

1111
assert(getComputedStyle(p).fontStyle != 'italic');
1212
assert(getComputedStyle(innerP).fontStyle == 'italic');
13+
14+
export const refresh = true

test/components/style/bo-shadowless-in-shadow.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ await paint();
1515

1616
assert(getComputedStyle(p).fontStyle != 'italic');
1717
assert(getComputedStyle(innerP).fontStyle == 'italic');
18+
19+
export const refresh = true

test/components/style/bo-shadowless.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ document.body.append(element, p);
88
await paint();
99

1010
assert(getComputedStyle(p).fontStyle == 'italic');
11+
12+
export const refresh = true

0 commit comments

Comments
 (0)