Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 | |
| OLD | NEW |