2 <script src=
"../../../resources/testharness.js"></script>
3 <script src=
"../../../resources/testharnessreport.js"></script>
6 t
= async_test('Abort page inside custom element callback inside import');
8 function checkLater() {
9 window
.setTimeout(check
, 0);
16 <iframe src=
"resources/import-custom-element-abort-parent.html"></iframe>