@webcomponents/custom-elements
Version:
HTML Custom Elements Polyfill
17 lines (16 loc) • 502 B
HTML
<script src="../../../../web-component-tester/browser.js"></script>
<script>
WCT.loadSuites([
'./flushCallbackIsCalled.html',
'./defineDoesNotWalk.html',
'./multipleDefineCalls.html',
'./multipleFlushCallbacks_ordering.html',
'./multipleFlushCallbacks_blocking.html',
'./defaultSyncFlush.html',
'./whenDefined_before.html',
'./whenDefined_after.html',
'./upgradeInDefineCallOrder.html',
'./imperativelyCreatedBeforeFlush.html',
]);
</script>