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

Side by Side Diff: LayoutTests/fast/dom/dom-attribute-on-prototype-chain-expected.txt

Issue 106903003: Revert 163043 "Move popular DOM attributes to prorotype chains" (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1728/
Patch Set: Created 7 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 PASS div.hasOwnProperty("id") is false
2 PASS div.__proto__.__proto__.__proto__.hasOwnProperty("id") is true
3 PASS xhr = new XMLHttpRequest(); xhr.__proto__ = HTMLDivElement.prototype; xhr.i d threw exception TypeError: Illegal invocation.
4 PASS obj = Object.create(div); obj.id threw exception TypeError: Illegal invocat ion.
5 PASS successfullyParsed is true
6
7 TEST COMPLETE
8
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/dom-attribute-on-prototype-chain.html ('k') | LayoutTests/inspector/console/console-dir-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698