Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Apr 11, 2019
1 parent b13e656 commit 6adbc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/polymer-dom.html
Expand Up @@ -527,7 +527,7 @@
document.body.appendChild(el);
const testEl = el.$.first;
const testElDom = dom(testEl);
testEl.className = 'foo';
testElDom.className = 'foo';
assert.isTrue(testEl.classList.contains('foo'));
if (window['ShadyDOM']) {
assert.isTrue(testEl.classList.contains('style-scope'));
Expand Down

0 comments on commit 6adbc23

Please sign in to comment.