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