Index: LayoutTests/fast/js/function-prototype-descriptor-expected.txt |
diff --git a/LayoutTests/fast/js/function-prototype-descriptor-expected.txt b/LayoutTests/fast/js/function-prototype-descriptor-expected.txt |
deleted file mode 100644 |
index d73342f3f83ca43c2572aec72a26704176000a2b..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/js/function-prototype-descriptor-expected.txt |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-Test for function.prototype's property descriptor. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS descriptor['writable'] is true |
-PASS descriptor['enumerable'] is false |
-PASS descriptor['configurable'] is false |
-PASS descriptor['writable'] is true |
-PASS descriptor['enumerable'] is false |
-PASS descriptor['configurable'] is false |
-PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Attempting to change access mechanism for an unconfigurable property.. |
-PASS descriptor['writable'] is true |
-PASS descriptor['enumerable'] is false |
-PASS descriptor['configurable'] is false |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |