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 |
deleted file mode 100644 |
index c954edf855e240d90b6ebf30b8e614906447fc81..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/js/cyclic-proto-expected.txt |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-This test checks that setting a cyclic value for __proto__ throws an exception and does not alter __proto__. This was reported as bug 17927. |
- |
-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__ is originalProto |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |