Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / mozilla / strict / 8.7.2-expected.txt
blobefa8215316a18e2891982bd21ac31e44ceff5830
1 PASS 'use strict'; undeclared=1 threw exception of type ReferenceError.
2 PASS true === true
3 PASS true === true
4 PASS !!Function("'use strict'; undeclared_at_compiletime=1") is true
5 PASS !!Function("undeclared_at_compiletime=1") is true
6 PASS true === true
7 PASS with(obj()) { (function () { 'use strict'; x = 2; y = 2; })(); } threw exception of type TypeError.
8 PASS true === true
9 PASS with(obj()) { (function () { 'use strict'; x++; })(); } threw exception of type TypeError.
10 PASS true === true
11 PASS with(obj()) { (function () { 'use strict'; ++x; })(); } threw exception of type TypeError.
12 PASS true === true
13 PASS with(obj()) { (function () { 'use strict'; x--; })(); } threw exception of type TypeError.
14 PASS true === true
15 PASS with(obj()) { (function () { 'use strict'; --x; })(); } threw exception of type TypeError.
16 PASS true === true
17  PASSED! 
18 PASS successfullyParsed is true
20 TEST COMPLETE