summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/moving-between-documents/ordering/delay-load-event-1.html
blob: c5812765ebb74312cba9df4afbf7f4fe607d06a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<meta charset="utf-8">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="helper.js"></script>

<body>
<script>
runDelayEventTest('Script elements (parser-blocking)');
</script>

<script id="to-be-moved" src="../../resources/throw.js?pipe=trickle(d3)"></script>