| 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] (4 prototypes) ----- | 5 ----- [object HTMLDocument] (4 prototypes) ----- |
| 6 | 6 |
| 7 [object Object] | 7 [object Object] |
| 8 | 8 |
| 9 [object NodePrototype] | 9 [object Object] |
| 10 | 10 |
| 11 [object DocumentPrototype] | 11 [object Object] |
| 12 | 12 |
| 13 [object HTMLDocumentPrototype] | 13 [object Object] |
| 14 | 14 |
| 15 ----- [object HTMLDivElement] (5 prototypes) ----- | 15 ----- [object HTMLDivElement] (5 prototypes) ----- |
| 16 | 16 |
| 17 [object Object] | 17 [object Object] |
| 18 | 18 |
| 19 [object NodePrototype] | 19 [object Object] |
| 20 | 20 |
| 21 [object ElementPrototype] | 21 [object Object] |
| 22 | 22 |
| 23 [object HTMLElementPrototype] | 23 [object Object] |
| 24 | 24 |
| 25 [object HTMLDivElementPrototype] | 25 [object Object] |
| 26 | 26 |
| 27 ----- [object HTMLFormElement] (5 prototypes) ----- | 27 ----- [object HTMLFormElement] (5 prototypes) ----- |
| 28 | 28 |
| 29 [object Object] | 29 [object Object] |
| 30 | 30 |
| 31 [object NodePrototype] | 31 [object Object] |
| 32 | 32 |
| 33 [object ElementPrototype] | 33 [object Object] |
| 34 | 34 |
| 35 [object HTMLElementPrototype] | 35 [object Object] |
| 36 | 36 |
| 37 [object HTMLFormElementPrototype] | 37 [object Object] |
| 38 | 38 |
| 39 ----- [object UIEvent] (3 prototypes) ----- | 39 ----- [object UIEvent] (3 prototypes) ----- |
| 40 | 40 |
| 41 [object Object] | 41 [object Object] |
| 42 | 42 |
| 43 [object EventPrototype] | 43 [object Object] |
| 44 | 44 |
| 45 [object UIEventPrototype] | 45 [object Object] |
| 46 | 46 |
| 47 ----- [object MouseEvent] (4 prototypes) ----- | 47 ----- [object MouseEvent] (4 prototypes) ----- |
| 48 | 48 |
| 49 [object Object] | 49 [object Object] |
| 50 | 50 |
| 51 [object EventPrototype] | 51 [object Object] |
| 52 | 52 |
| 53 [object UIEventPrototype] | 53 [object Object] |
| 54 | 54 |
| 55 [object MouseEventPrototype] | 55 [object Object] |
| 56 | 56 |
| 57 ----- [object KeyboardEvent] (4 prototypes) ----- | 57 ----- [object KeyboardEvent] (4 prototypes) ----- |
| 58 | 58 |
| 59 [object Object] | 59 [object Object] |
| 60 | 60 |
| 61 [object EventPrototype] | 61 [object Object] |
| 62 | 62 |
| 63 [object UIEventPrototype] | 63 [object Object] |
| 64 | 64 |
| 65 [object KeyboardEventPrototype] | 65 [object Object] |
| 66 | 66 |
| 67 | 67 |
| OLD | NEW |