Skip to content

Commit 0caa7da

Browse files
author
Elliott Marquez
committed
fixed typo causing test to fail
1 parent 6c7c770 commit 0caa7da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/styling-scoped.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@
10651065
// but in shadyDOM it has moved to the head and the selector has been altered.
10661066
if (style) {
10671067
assert.equal(style.textContent, `.double-shared-style {
1068-
color: green;
1068+
color: green;
10691069
}`, 'There should be only one class selector in this style element');
10701070
} else {
10711071
assert.equal(document.head.querySelector('[scope="double-shared-styling-element"]').textContent,

0 commit comments

Comments
 (0)