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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 This test ensures the collection item obtained by named property getter is overr idden by object's own property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.all.foo is document.getElementById('element0')
7 PASS document.all.foo is 1
8 PASS document.styleSheets.link1 is document.styleSheets[0]
9 PASS document.styleSheets.link1 is 1
10 PASS document.body.attributes.style is document.body.attributes['style']
11 PASS document.body.attributes.style is 1
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698