summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/html/imports/import-custom-element-abort.html
blob: c490c2ed331fa3773c68a37ea281aaf821988e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<script>
if (window.testRunner) {
    testRunner.waitUntilDone();
    testRunner.dumpAsText();
}

document.registerElement('x-hello');
</script>
<link rel="import" href="resources/custom-element-hello.html">
<link async rel="import" href="resources/custom-element-hello.html">
<script>
window.location = 'resources/notify-done.html';
</script>