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

Unified Diff: LayoutTests/fast/js/getOwnPropertyDescriptor-expected.txt

Issue 171413006: Auto-rebaseline for r167331 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
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

Powered by Google App Engine
This is Rietveld 408576698