Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / mozilla / strict / 15.4.4.6-expected.txt
blob8c81ac64b479c74c7165dbe36b2f905d12547be8
1 PASS 'use strict'; var a = arr(); [a.pop(), a] threw exception of type TypeError.
2 PASS var a = arr(); [a.pop(), a] threw exception of type TypeError.
3 PASS true === true
4 PASS 'use strict'; var o = obj(); [Array.prototype.pop.call(o), o] threw exception of type TypeError.
5 PASS var o = obj(); [Array.prototype.pop.call(o), o] threw exception of type TypeError.
6 PASS true === true
7  PASSED! 
8 PASS successfullyParsed is true
10 TEST COMPLETE