Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / mozilla / strict / 15.4.5.1-expected.txt
blobd2fac60442ac85dd19155ea85079f4ddc08e94cb
1 FAIL 'use strict'; var a = arr(); a.length = 2; a should throw an instance of TypeError
2 PASS true === true
3 FAIL 'use strict'; var a = addx(arr()); a.length = 2; a should throw an instance of TypeError
4 PASS true === true
5  PASSED! 
6 PASS successfullyParsed is true
8 TEST COMPLETE