summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/console-non-string-values-expected.txt
blob: 28845e0564373ccda77a1cd45749ef85eddb3bc1 (plain)
1
2
3
4
5
6
7
CONSOLE MESSAGE: line 9: I am a string
CONSOLE MESSAGE: line 10: 42
Should see two console messages, the first a string, and the second a number.
PASS successfullyParsed is true

TEST COMPLETE