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