Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / mozilla / strict / B.1.1-expected.txt
blobf4fca8eda73f42ffb3a36bc5f516ad674e7dbf26
1 PASS Function("'use strict'; 010") threw exception of type SyntaxError.
2 PASS !!Function("010") is true
3 PASS true === true
4 PASS Function("function f() { \"use strict\"; 010; }") threw exception of type SyntaxError.
5 PASS true === true
6 PASS !!Function("function f() { \"use strict\"; }; 010") is true
7 PASS true === true
8 PASS !!Function("function f() { 010; }") is true
9 PASS true === true
10  PASSED! 
11 PASS successfullyParsed is true
13 TEST COMPLETE