Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-script-element/support/script-onload-insertion-point-helper.html |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-script-element/support/script-onload-insertion-point-helper.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-script-element/support/script-onload-insertion-point-helper.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f0236b4fbb321895a2c97f59cfca5837f87c9a78 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-script-element/support/script-onload-insertion-point-helper.html |
| @@ -0,0 +1,2 @@ |
| +Some <script src="script-onload-insertion-point-helper.js" |
| + onload="document.write('xt'); parent.writeDone(document.documentElement.textContent)"></script> |