We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7c770 commit 0caa7daCopy full SHA for 0caa7da
1 file changed
test/unit/styling-scoped.html
@@ -1065,7 +1065,7 @@
1065
// but in shadyDOM it has moved to the head and the selector has been altered.
1066
if (style) {
1067
assert.equal(style.textContent, `.double-shared-style {
1068
-color: green;
+ color: green;
1069
}`, 'There should be only one class selector in this style element');
1070
} else {
1071
assert.equal(document.head.querySelector('[scope="double-shared-styling-element"]').textContent,
0 commit comments