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