| OLD | NEW |
| 1 This page prints out the prototype chains of select DOM objects. Older versions
of WebCore didn't properly implement prototype chaining for these objects. | 1 This page prints out the prototype chains of select DOM objects. Older versions
of WebCore didn't properly implement prototype chaining for these objects. |
| 2 | 2 |
| 3 NOTE: This test will start failing if you change the layout of a related prototy
pe chain in WebCore. That does not necessarily mean that you have done something
wrong; you may just need to check in new results. | 3 NOTE: This test will start failing if you change the layout of a related prototy
pe chain in WebCore. That does not necessarily mean that you have done something
wrong; you may just need to check in new results. |
| 4 | 4 |
| 5 ----- [object HTMLDocument] (5 prototypes) ----- | 5 ----- [object HTMLDocument] (5 prototypes) ----- |
| 6 | 6 |
| 7 [object Object] | 7 [object Object] |
| 8 | 8 |
| 9 [object Object] | 9 [object EventTargetPrototype] |
| 10 | 10 |
| 11 [object Object] | 11 [object NodePrototype] |
| 12 | 12 |
| 13 [object Object] | 13 [object DocumentPrototype] |
| 14 | 14 |
| 15 [object Object] | 15 [object HTMLDocumentPrototype] |
| 16 | 16 |
| 17 ----- [object HTMLDivElement] (6 prototypes) ----- | 17 ----- [object HTMLDivElement] (6 prototypes) ----- |
| 18 | 18 |
| 19 [object Object] | 19 [object Object] |
| 20 | 20 |
| 21 [object Object] | 21 [object EventTargetPrototype] |
| 22 | 22 |
| 23 [object Object] | 23 [object NodePrototype] |
| 24 | 24 |
| 25 [object Object] | 25 [object ElementPrototype] |
| 26 | 26 |
| 27 [object Object] | 27 [object HTMLElementPrototype] |
| 28 | 28 |
| 29 [object Object] | 29 [object HTMLDivElementPrototype] |
| 30 | 30 |
| 31 ----- [object HTMLFormElement] (6 prototypes) ----- | 31 ----- [object HTMLFormElement] (6 prototypes) ----- |
| 32 | 32 |
| 33 [object Object] | 33 [object Object] |
| 34 | 34 |
| 35 [object Object] | 35 [object EventTargetPrototype] |
| 36 | 36 |
| 37 [object Object] | 37 [object NodePrototype] |
| 38 | 38 |
| 39 [object Object] | 39 [object ElementPrototype] |
| 40 | 40 |
| 41 [object Object] | 41 [object HTMLElementPrototype] |
| 42 | 42 |
| 43 [object Object] | 43 [object HTMLFormElementPrototype] |
| 44 | 44 |
| 45 ----- [object UIEvent] (3 prototypes) ----- | 45 ----- [object UIEvent] (3 prototypes) ----- |
| 46 | 46 |
| 47 [object Object] | 47 [object Object] |
| 48 | 48 |
| 49 [object Object] | 49 [object EventPrototype] |
| 50 | 50 |
| 51 [object Object] | 51 [object UIEventPrototype] |
| 52 | 52 |
| 53 ----- [object MouseEvent] (4 prototypes) ----- | 53 ----- [object MouseEvent] (4 prototypes) ----- |
| 54 | 54 |
| 55 [object Object] | 55 [object Object] |
| 56 | 56 |
| 57 [object Object] | 57 [object EventPrototype] |
| 58 | 58 |
| 59 [object Object] | 59 [object UIEventPrototype] |
| 60 | 60 |
| 61 [object Object] | 61 [object MouseEventPrototype] |
| 62 | 62 |
| 63 ----- [object KeyboardEvent] (4 prototypes) ----- | 63 ----- [object KeyboardEvent] (4 prototypes) ----- |
| 64 | 64 |
| 65 [object Object] | 65 [object Object] |
| 66 | 66 |
| 67 [object Object] | 67 [object EventPrototype] |
| 68 | 68 |
| 69 [object Object] | 69 [object UIEventPrototype] |
| 70 | 70 |
| 71 [object Object] | 71 [object KeyboardEventPrototype] |
| 72 | 72 |
| 73 | 73 |
| OLD | NEW |