summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt')
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt b/third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt
new file mode 100644
index 0000000..ffd0fe8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt
@@ -0,0 +1,7 @@
+CONSOLE MESSAGE: line 0: I am a string
+CONSOLE MESSAGE: line 0: 42
+Should see two console messages, the first a string, and the second a number.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+