summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/tests/data/hello_world.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/tests/data/hello_world.html')
-rw-r--r--Source/WebKit/chromium/tests/data/hello_world.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/tests/data/hello_world.html b/Source/WebKit/chromium/tests/data/hello_world.html
new file mode 100644
index 000000000..75ab18b58
--- /dev/null
+++ b/Source/WebKit/chromium/tests/data/hello_world.html
@@ -0,0 +1,3 @@
+<script>
+document.write("Hello, world.");
+</script>