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

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

Issue 18539006: Have Node inherit EventTarget interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 5 months 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
« no previous file with comments | « no previous file | LayoutTests/webexposed/event-target-in-prototype-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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] (5 prototypes) -----
6 6
7 [object Object] 7 [object Object]
8 8
9 [object Object] 9 [object Object]
10 10
11 [object Object] 11 [object Object]
12 12
13 [object Object] 13 [object Object]
14 14
15 ----- [object HTMLDivElement] (5 prototypes) ----- 15 [object Object]
16
17 ----- [object HTMLDivElement] (6 prototypes) -----
16 18
17 [object Object] 19 [object Object]
18 20
21 [object Object]
22
19 [object Object] 23 [object Object]
20 24
21 [object Object] 25 [object Object]
22 26
23 [object Object] 27 [object Object]
24 28
25 [object Object] 29 [object Object]
26 30
27 ----- [object HTMLFormElement] (5 prototypes) ----- 31 ----- [object HTMLFormElement] (6 prototypes) -----
28 32
29 [object Object] 33 [object Object]
30 34
35 [object Object]
36
31 [object Object] 37 [object Object]
32 38
33 [object Object] 39 [object Object]
34 40
35 [object Object] 41 [object Object]
36 42
37 [object Object] 43 [object Object]
38 44
39 ----- [object UIEvent] (3 prototypes) ----- 45 ----- [object UIEvent] (3 prototypes) -----
40 46
(...skipping 17 matching lines...) Expand all
58 64
59 [object Object] 65 [object Object]
60 66
61 [object Object] 67 [object Object]
62 68
63 [object Object] 69 [object Object]
64 70
65 [object Object] 71 [object Object]
66 72
67 73
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/webexposed/event-target-in-prototype-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698