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

Side by Side Diff: LayoutTests/fast/js/mozilla/strict/15.5.5.2-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'; "foo"[0] = 1 threw exception of type TypeError. 1 FAIL 'use strict'; "foo"[0] = 1 should throw an instance of TypeError
2 PASS "foo"[0] = 1 is 1 2 PASS "foo"[0] = 1 is 1
3 PASS true === true 3 PASS true === true
4 PASS 'use strict'; delete "foo"[0] threw exception of type TypeError. 4 PASS 'use strict'; delete "foo"[0] threw exception of type TypeError.
5 PASS delete "foo"[0] is false 5 PASS delete "foo"[0] is false
6 PASS true === true 6 PASS true === true
7 PASSED! 7 PASSED!
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/mozilla/strict/15.4.4.9-expected.txt ('k') | LayoutTests/fast/js/mozilla/strict/B.1.2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698