Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Side by Side Diff: LayoutTests/fast/js/mozilla/strict/15.4.4.8-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 PASS 'use strict'; var a = arr(); a.reverse() threw exception of type TypeError. 1 FAIL 'use strict'; var a = arr(); a.reverse() should throw an instance of TypeEr ror
2 PASS var a = arr(); a.reverse() threw exception of type TypeError. 2 FAIL var a = arr(); a.reverse() should throw an instance of TypeError
3 PASS true === true 3 PASS true === true
4 PASS 'use strict'; var o = obj(); Array.prototype.reverse.call(o) threw exceptio n of type TypeError. 4 FAIL 'use strict'; var o = obj(); Array.prototype.reverse.call(o) should throw a n instance of TypeError
5 PASS var o = obj(); Array.prototype.reverse.call(o) threw exception of type Type Error. 5 FAIL var o = obj(); Array.prototype.reverse.call(o) should throw an instance of TypeError
6 PASS true === true 6 PASS true === true
7 PASS 'use strict'; var a = agap(); a.reverse() threw exception of type TypeError . 7 FAIL 'use strict'; var a = agap(); a.reverse() should throw an instance of TypeE rror
8 PASS var a = agap(); a.reverse() threw exception of type TypeError. 8 FAIL var a = agap(); a.reverse() should throw an instance of TypeError
9 PASS true === true 9 PASS true === true
10 PASS 'use strict'; var o = ogap(); Array.prototype.reverse.call(o) threw excepti on of type TypeError. 10 FAIL 'use strict'; var o = ogap(); Array.prototype.reverse.call(o) should throw an instance of TypeError
11 PASS var o = ogap(); Array.prototype.reverse.call(o) threw exception of type Typ eError. 11 FAIL var o = ogap(); Array.prototype.reverse.call(o) should throw an instance of TypeError
12 PASS true === true 12 PASS true === true
13 PASSED! 13 PASSED!
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/mozilla/strict/15.4.4.13-expected.txt ('k') | LayoutTests/fast/js/mozilla/strict/15.4.4.9-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698