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

Side by Side Diff: LayoutTests/fast/js/delete-getters-setters-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
(Empty)
1 This test checks that deletion of properties works properly with getters and set ters.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS b1.property threw exception TypeError: 'undefined' is not an object (evalua ting 'b1.property').
7 PASS a2.property threw exception TypeError: 'undefined' is not an object (evalua ting 'a2.property').
8 PASS b3.property threw exception TypeError: 'undefined' is not an object (evalua ting 'b3.property').
9 PASS a4.property threw exception TypeError: 'undefined' is not an object (evalua ting 'a4.property').
10 PASS b5.property threw exception TypeError: 'undefined' is not an object (evalua ting 'b5.property').
11 PASS a6.property threw exception TypeError: 'undefined' is not an object (evalua ting 'a6.property').
12 PASS b7.property threw exception TypeError: 'undefined' is not an object (evalua ting 'b7.property').
13 PASS a8.property threw exception TypeError: 'undefined' is not an object (evalua ting 'a8.property').
14 PASS o1.b.property threw exception TypeError: 'undefined' is not an object (eval uating 'o1.b.property').
15 PASS o1.a.property threw exception TypeError: 'undefined' is not an object (eval uating 'o1.a.property').
16 PASS o3.b.property threw exception TypeError: 'undefined' is not an object (eval uating 'o3.b.property').
17 PASS o4.a.property threw exception TypeError: 'undefined' is not an object (eval uating 'o4.a.property').
18 PASS o5.b.property threw exception TypeError: 'undefined' is not an object (eval uating 'o5.b.property').
19 PASS o6.a.property threw exception TypeError: 'undefined' is not an object (eval uating 'o6.a.property').
20 PASS o7.b.property threw exception TypeError: 'undefined' is not an object (eval uating 'o7.b.property').
21 PASS o8.a.property threw exception TypeError: 'undefined' is not an object (eval uating 'o8.a.property').
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698