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

Unified Diff: LayoutTests/fast/js/cyclic-proto-expected.txt

Issue 1200523003: Remove TestExpectations for crbug.com/502427 + fix tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « LayoutTests/fast/dom/Window/window-custom-prototype-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/cyclic-proto-expected.txt
diff --git a/LayoutTests/fast/js/cyclic-proto-expected.txt b/LayoutTests/fast/js/cyclic-proto-expected.txt
index 7ca69bb55a95758835fe0ecb0d8bbb916ba05629..9e6e27162b30e307ed44c8ede2b177feff346eeb 100644
--- a/LayoutTests/fast/js/cyclic-proto-expected.txt
+++ b/LayoutTests/fast/js/cyclic-proto-expected.txt
@@ -3,7 +3,7 @@ This test checks that setting a cyclic value for __proto__ throws an exception a
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS x.__proto__ = x; threw exception Error: Cyclic __proto__ value.
+PASS x.__proto__ = x; threw exception TypeError: Cyclic __proto__ value.
PASS x.__proto__ is originalProto
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/dom/Window/window-custom-prototype-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698