@webcomponents/custom-elements
Version:
HTML Custom Elements Polyfill
14 lines (13 loc) • 333 B
HTML
<script src="../../../../web-component-tester/browser.js"></script>
<script>
WCT.loadSuites([
'./attachShadow.html',
'./innerHTML.html',
'./setAttribute.html',
'./setAttributeNS.html',
'./removeAttribute.html',
'./removeAttributeNS.html',
'./insertAdjacentElement.html',
]);
</script>