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

TEST COMPLETE