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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/legacy-platform-object-expected.txt

Issue 2832923003: v8binding: Don't allow author script to define indexed accessor prop. (Closed)
Patch Set: Added the test expectation. Created 3 years, 5 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: third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/legacy-platform-object-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/legacy-platform-object-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/legacy-platform-object-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..52167af6214dbb660b4be2e2420eb0b60259b3de
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/legacy-platform-object-expected.txt
@@ -0,0 +1,5 @@
+This is a testharness.js-based test.
+FAIL Test [[DefineOwnProperty]] with no indexed property setter support. assert_equals: (assert_prop_desc_equals: property 'writable') expected false but got true
+FAIL Test [[DefineOwnProperty]] with indexed property setter support. assert_equals: (assert_prop_desc_equals: property 'enumerable') expected true but got false
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698