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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/dom-attribute-on-prototype-chain-expected.txt
===================================================================
--- LayoutTests/fast/dom/dom-attribute-on-prototype-chain-expected.txt (revision 163279)
+++ LayoutTests/fast/dom/dom-attribute-on-prototype-chain-expected.txt (working copy)
@@ -1,8 +0,0 @@
-PASS div.hasOwnProperty("id") is false
-PASS div.__proto__.__proto__.__proto__.hasOwnProperty("id") is true
-PASS xhr = new XMLHttpRequest(); xhr.__proto__ = HTMLDivElement.prototype; xhr.id threw exception TypeError: Illegal invocation.
-PASS obj = Object.create(div); obj.id threw exception TypeError: Illegal invocation.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« 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