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