2 <script src=
"../../../resources/js-test.js"></script>
3 <script src=
"testutils.js"></script>
8 // The controlling parent frame
9 description('Tests destroying a context during attributeChanged callback.');
11 successfullyParsed
= true;
15 var proto
= Object
.create(HTMLElement
.prototype);
16 proto
.attributeChangedCallback = function () {
20 var A
= document
.registerElement('x-a', {prototype: proto
});