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 b13e656 commit 6adbc23Copy full SHA for 6adbc23
test/unit/polymer-dom.html
@@ -527,7 +527,7 @@
527
document.body.appendChild(el);
528
const testEl = el.$.first;
529
const testElDom = dom(testEl);
530
- testEl.className = 'foo';
+ testElDom.className = 'foo';
531
assert.isTrue(testEl.classList.contains('foo'));
532
if (window['ShadyDOM']) {
533
assert.isTrue(testEl.classList.contains('style-scope'));
0 commit comments