| Index: LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt
|
| diff --git a/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt b/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt
|
| index a9cd25d38c664e0a9c51d127d13be42c79e10db5..fa1a45756a5108a53c564d1125699cd5d42be8d1 100644
|
| --- a/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt
|
| +++ b/LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt
|
| @@ -33,7 +33,12 @@ PASS Object.getOwnPropertyDescriptor(document.__proto__.__proto__, 'createElemen
|
| PASS Object.getOwnPropertyDescriptor(document.__proto__.__proto__, 'createElement').hasOwnProperty('get') is false
|
| PASS Object.getOwnPropertyDescriptor(document.__proto__.__proto__, 'createElement').hasOwnProperty('set') is false
|
| PASS Object.getOwnPropertyDescriptor(document.__proto__.__proto__, 'createElement').enumerable is true
|
| -PASS Object.getOwnPropertyDescriptor(document.__proto__.__proto__, 'createElement').configurable is false
|
| +PASS Object.getOwnPropertyDescriptor(document.__proto__.__proto__, 'createElement').configurable is true
|
| +PASS Object.getOwnPropertyDescriptor(window, 'location').value is window.location
|
| +PASS Object.getOwnPropertyDescriptor(window, 'location').hasOwnProperty('get') is false
|
| +PASS Object.getOwnPropertyDescriptor(window, 'location').hasOwnProperty('set') is false
|
| +PASS Object.getOwnPropertyDescriptor(window, 'location').enumerable is true
|
| +PASS Object.getOwnPropertyDescriptor(window, 'location').configurable is false
|
| PASS Object.getOwnPropertyDescriptor(Number, 'NEGATIVE_INFINITY').value is Number.NEGATIVE_INFINITY
|
| PASS Object.getOwnPropertyDescriptor(Number, 'NEGATIVE_INFINITY').hasOwnProperty('get') is false
|
| PASS Object.getOwnPropertyDescriptor(Number, 'NEGATIVE_INFINITY').hasOwnProperty('set') is false
|
|
|