blob: ad5e0e59714d163824a80b17ea5387899a42dc3d [file] [log] [blame]
<!DOCTYPE html>
<x-x id="aa"></x-x>
<y-y id="bb"></y-y>
<script>
'use strict';
customElements.define('x-x', class extends HTMLElement {
constructor() {
super();
reactions.push({ type: 'constructor', element: this });
}
});
</script>