Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / js / mozilla / strict / 15.4.4.13-expected.txt
index 4bc201c..a6e0b67 100644 (file)
@@ -1,14 +1,14 @@
 FAIL 'use strict'; var a = arr(); [a.unshift(40, 50), a] should throw an instance of TypeError
 FAIL var a = arr(); [a.unshift(40, 50), a] should throw an instance of TypeError
 PASS true === true
-FAIL 'use strict'; var o = obj(); [Array.prototype.unshift.call(o, 40, 50), o] should throw an instance of TypeError
-FAIL var o = obj(); [Array.prototype.unshift.call(o, 40, 50), o] should throw an instance of TypeError
+PASS 'use strict'; var o = obj(); [Array.prototype.unshift.call(o, 40, 50), o] threw exception of type TypeError.
+PASS var o = obj(); [Array.prototype.unshift.call(o, 40, 50), o] threw exception of type TypeError.
 PASS true === true
 FAIL 'use strict'; var a = agap(); [a.unshift(9), a] should throw an instance of TypeError
 FAIL var a = agap(); [a.unshift(9), a] should throw an instance of TypeError
 PASS true === true
-FAIL 'use strict'; var o = ogap(); [Array.prototype.unshift.call(o, 9), o] should throw an instance of TypeError
-FAIL var o = ogap(); [Array.prototype.unshift.call(o, 9), o] should throw an instance of TypeError
+PASS 'use strict'; var o = ogap(); [Array.prototype.unshift.call(o, 9), o] threw exception of type TypeError.
+PASS var o = ogap(); [Array.prototype.unshift.call(o, 9), o] threw exception of type TypeError.
 PASS true === true
  PASSED! 
 PASS successfullyParsed is true