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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/js/delete-getters-setters-expected.txt
diff --git a/LayoutTests/fast/js/delete-getters-setters-expected.txt b/LayoutTests/fast/js/delete-getters-setters-expected.txt
deleted file mode 100644
index 146b1d5e926e619afc396cd36f87983c1120ee90..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/delete-getters-setters-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-This test checks that deletion of properties works properly with getters and setters.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS b1.property threw exception TypeError: 'undefined' is not an object (evaluating 'b1.property').
-PASS a2.property threw exception TypeError: 'undefined' is not an object (evaluating 'a2.property').
-PASS b3.property threw exception TypeError: 'undefined' is not an object (evaluating 'b3.property').
-PASS a4.property threw exception TypeError: 'undefined' is not an object (evaluating 'a4.property').
-PASS b5.property threw exception TypeError: 'undefined' is not an object (evaluating 'b5.property').
-PASS a6.property threw exception TypeError: 'undefined' is not an object (evaluating 'a6.property').
-PASS b7.property threw exception TypeError: 'undefined' is not an object (evaluating 'b7.property').
-PASS a8.property threw exception TypeError: 'undefined' is not an object (evaluating 'a8.property').
-PASS o1.b.property threw exception TypeError: 'undefined' is not an object (evaluating 'o1.b.property').
-PASS o1.a.property threw exception TypeError: 'undefined' is not an object (evaluating 'o1.a.property').
-PASS o3.b.property threw exception TypeError: 'undefined' is not an object (evaluating 'o3.b.property').
-PASS o4.a.property threw exception TypeError: 'undefined' is not an object (evaluating 'o4.a.property').
-PASS o5.b.property threw exception TypeError: 'undefined' is not an object (evaluating 'o5.b.property').
-PASS o6.a.property threw exception TypeError: 'undefined' is not an object (evaluating 'o6.a.property').
-PASS o7.b.property threw exception TypeError: 'undefined' is not an object (evaluating 'o7.b.property').
-PASS o8.a.property threw exception TypeError: 'undefined' is not an object (evaluating 'o8.a.property').
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698