Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / fast / js / mozilla / strict / 15.4.4.8-expected.txt
1 FAIL 'use strict'; var a = arr(); a.reverse() should throw an instance of TypeError
2 FAIL var a = arr(); a.reverse() should throw an instance of TypeError
3 PASS true === true
4 FAIL 'use strict'; var o = obj(); Array.prototype.reverse.call(o) should throw an instance of TypeError
5 FAIL var o = obj(); Array.prototype.reverse.call(o) should throw an instance of TypeError
6 PASS true === true
7 FAIL 'use strict'; var a = agap(); a.reverse() should throw an instance of TypeError
8 FAIL var a = agap(); a.reverse() should throw an instance of TypeError
9 PASS true === true
10 FAIL 'use strict'; var o = ogap(); Array.prototype.reverse.call(o) should throw an instance of TypeError
11 FAIL var o = ogap(); Array.prototype.reverse.call(o) should throw an instance of TypeError
12 PASS true === true
13  PASSED! 
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17