Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / null-char-in-string-expected.txt
blobb807f044e62a25d0abb64abd002e7d26c4a53fae
1 This test checks that null characters are allowed in JavaScript strings, rather than causing a parse error.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS String("\0").length is 1
7 PASS successfullyParsed is true
9 TEST COMPLETE