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

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

Issue 1017733003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test expectations Created 5 years, 6 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
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] (5 prototypes) ----- 5 ----- [object HTMLDocument] (5 prototypes) -----
6 6
7 [object Object] 7 [object Object]
8 8
9 [object Object] 9 [object EventTarget]
10 10
11 [object Object] 11 [object Node]
12 12
13 [object Object] 13 [object Document]
14 14
15 [object Object] 15 [object HTMLDocument]
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 EventTarget]
22 22
23 [object Object] 23 [object Node]
24 24
25 [object Object] 25 [object Element]
26 26
27 [object Object] 27 [object HTMLElement]
28 28
29 [object Object] 29 [object HTMLDivElement]
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 EventTarget]
36 36
37 [object Object] 37 [object Node]
38 38
39 [object Object] 39 [object Element]
40 40
41 [object Object] 41 [object HTMLElement]
42 42
43 [object Object] 43 [object HTMLFormElement]
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 Event]
50 50
51 [object Object] 51 [object UIEvent]
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 Event]
58 58
59 [object Object] 59 [object UIEvent]
60 60
61 [object Object] 61 [object MouseEvent]
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 Event]
68 68
69 [object Object] 69 [object UIEvent]
70 70
71 [object Object] 71 [object KeyboardEvent]
72 72
73 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698