Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / console-non-string-values-expected.txt
blob28845e0564373ccda77a1cd45749ef85eddb3bc1
1 CONSOLE MESSAGE: line 9: I am a string
2 CONSOLE MESSAGE: line 10: 42
3 Should see two console messages, the first a string, and the second a number.
4 PASS successfullyParsed is true
6 TEST COMPLETE