Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / mozilla / strict / 12.14.1-expected.txt
blobbb3e1bce39e379a637bf4a6116af8119498f0e4f
1 PASS Function("'use strict'; try{}catch(eval){}") threw exception of type SyntaxError.
2 PASS !!Function("try{}catch(eval){}") is true
3 PASS true === true
4 PASS Function("'use strict'; try{}catch([eval]){}") threw exception of type SyntaxError.
5 PASS Function("try{}catch([eval]){}") threw exception of type SyntaxError.
6 PASS true === true
7 PASS Function("'use strict'; try{}catch({x:eval}){}") threw exception of type SyntaxError.
8 PASS Function("try{}catch({x:eval}){}") threw exception of type SyntaxError.
9 PASS true === true
10 PASS Function("'use strict'; try{}catch(arguments){}") threw exception of type SyntaxError.
11 PASS !!Function("try{}catch(arguments){}") is true
12 PASS true === true
13 PASS Function("'use strict'; try{}catch([arguments]){}") threw exception of type SyntaxError.
14 PASS Function("try{}catch([arguments]){}") threw exception of type SyntaxError.
15 PASS true === true
16 PASS Function("'use strict'; try{}catch({x:arguments}){}") threw exception of type SyntaxError.
17 PASS Function("try{}catch({x:arguments}){}") threw exception of type SyntaxError.
18 PASS true === true
19  PASSED! 
20 PASS successfullyParsed is true
22 TEST COMPLETE