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