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

Unified Diff: LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property-expected.txt

Issue 15690020: [binding] Check own property on named property accessor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: udpated tests Created 7 years, 7 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/dom/collection-item-should-be-overridden-by-own-property-expected.txt
diff --git a/LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property-expected.txt b/LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..572cd76f742a0194a9aac365fd4a398e8c7559d2
--- /dev/null
+++ b/LayoutTests/fast/dom/collection-item-should-be-overridden-by-own-property-expected.txt
@@ -0,0 +1,15 @@
+This test ensures the collection item obtained by named property getter is overridden by object's own property.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.all.foo is document.getElementById('element0')
+PASS document.all.foo is 1
+PASS document.styleSheets.link1 is document.styleSheets[0]
+PASS document.styleSheets.link1 is 1
+PASS document.body.attributes.style is document.body.attributes['style']
+PASS document.body.attributes.style is 1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698