summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/tokenizer/resources/external-script-1.js
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/tokenizer/resources/external-script-1.js')
-rw-r--r--third_party/WebKit/LayoutTests/fast/tokenizer/resources/external-script-1.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/tokenizer/resources/external-script-1.js b/third_party/WebKit/LayoutTests/fast/tokenizer/resources/external-script-1.js
new file mode 100644
index 0000000..e97ee9b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/tokenizer/resources/external-script-1.js
@@ -0,0 +1,6 @@
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+document.write("<script language=\"javascript\"> function put_content(msg){document.write(msg);} </scr" + "ipt> <script language=\"javascript\" src=\"resources/external-script-2.js\"></scr" + "ipt><script language=\"javascript\">\n");
+document.write("put_content(\"SUCCESS (2 of 2)\");");
+document.write("</scr"+"ipt>");
+