We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a586b72 commit 0d1b1c2Copy full SHA for 0d1b1c2
test/unit/styling-scoped.html
@@ -1059,7 +1059,7 @@
1059
const style = el.shadowRoot.querySelector('style');
1060
1061
// We cant use the regular "does a sub-node have the correct style",
1062
- // because we are actually need to assert on the actual style content.
+ // because we actually need to assert on the actual style content.
1063
// In native shadow dom, the style element resides in the shadowRoot,
1064
// but in shadyDOM it has moved to the head and the selector has been altered.
1065
if (style) {
0 commit comments