Index: LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt |
diff --git a/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt b/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt |
index 7692b5aa7d9a7f41f756e1a259dc27a43c69eb23..a9cd25d38c664e0a9c51d127d13be42c79e10db5 100644 |
--- a/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt |
+++ b/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt |
@@ -135,8 +135,8 @@ PASS Object.getOwnPropertyDescriptor(global, 'length').hasOwnProperty('set') is |
PASS Object.getOwnPropertyDescriptor(global, 'length').enumerable is true |
FAIL Object.getOwnPropertyDescriptor(global, 'length').configurable should be false. Was true. |
FAIL Object.getOwnPropertyDescriptor(global, 0).value should be [object Window]. Threw exception TypeError: Cannot read property 'value' of undefined |
-FAIL Object.getOwnPropertyDescriptor(global, 0).hasOwnProperty('get') should be false. Threw exception TypeError: Cannot call method 'hasOwnProperty' of undefined |
-FAIL Object.getOwnPropertyDescriptor(global, 0).hasOwnProperty('set') should be false. Threw exception TypeError: Cannot call method 'hasOwnProperty' of undefined |
+FAIL Object.getOwnPropertyDescriptor(global, 0).hasOwnProperty('get') should be false. Threw exception TypeError: Cannot read property 'hasOwnProperty' of undefined |
+FAIL Object.getOwnPropertyDescriptor(global, 0).hasOwnProperty('set') should be false. Threw exception TypeError: Cannot read property 'hasOwnProperty' of undefined |
FAIL Object.getOwnPropertyDescriptor(global, 0).enumerable should be false. Threw exception TypeError: Cannot read property 'enumerable' of undefined |
FAIL Object.getOwnPropertyDescriptor(global, 0).configurable should be false. Threw exception TypeError: Cannot read property 'configurable' of undefined |
PASS Object.getOwnPropertyDescriptor(document.getElementsByTagName('div'), 'length').value is 1 |