summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-8.js
blob: 960f2129feb32b30b2784df78ef031e49d054ab6 (plain)
1
2
3
4
log("external script #8");
var s = document.createElement("script")
s.src='scripts/include-9.js?pipe=trickle(d2)'
document.body.appendChild(s);