<!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 (async)');
const script = document.createElement('script');
script.setAttribute('id', 'to-be-moved');
script.setAttribute('src', '../../resources/throw.js?pipe=trickle(d3)');
document.body.appendChild(script);
</script>