summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/008.js
blob: 367597515d76d07773ebb4f532eed1d4c684f45f (plain)
1
2
3
4
t.step(function() {
         order.push(2);
         document.write("<script src=\"008-1.js\"></script>");
       });