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