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