blob: 2cf66043d9a7943f0465e9184dfa94bc71850a91 [file] [log] [blame]
<!DOCTYPE html>
<link rel="import" href="circular-level2.html">
<script>
'use strict';
customElements.define('a-a', class extends HTMLElement {
constructor() {
super();
constructors.push('circular-level1');
}
});
</script>