chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-8.js

log("external script #8");
var s = document.createElement("script")
s.src='scripts/include-9.js?pipe=trickle(d2)'
document.body.appendChild(s);