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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-properties-expected.txt

Issue 1333853002: bindings: Moves event handlers and methods of Window to the instance object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 5 years, 3 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 is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Value Properties of the Global Object 2 PASS Value Properties of the Global Object
3 PASS Value Property: NaN 3 PASS Value Property: NaN
4 PASS Value Property: Infinity 4 PASS Value Property: Infinity
5 PASS Value Property: undefined 5 PASS Value Property: undefined
6 PASS Function Properties of the Global Object 6 PASS Function Properties of the Global Object
7 PASS Function Property: eval 7 PASS Function Property: eval
8 PASS Function Property: parseInt 8 PASS Function Property: parseInt
9 PASS Function Property: parseFloat 9 PASS Function Property: parseFloat
10 PASS Function Property: isNaN 10 PASS Function Property: isNaN
(...skipping 20 matching lines...) Expand all
31 PASS Constructor Property: TypeError 31 PASS Constructor Property: TypeError
32 PASS Constructor Property: URIError 32 PASS Constructor Property: URIError
33 PASS Other Properties of the Global Object 33 PASS Other Properties of the Global Object
34 PASS Other Property: Math 34 PASS Other Property: Math
35 PASS Other Property: JSON 35 PASS Other Property: JSON
36 PASS EventTarget interface 36 PASS EventTarget interface
37 PASS EventTarget method: addEventListener 37 PASS EventTarget method: addEventListener
38 PASS EventTarget method: removeEventListener 38 PASS EventTarget method: removeEventListener
39 PASS EventTarget method: dispatchEvent 39 PASS EventTarget method: dispatchEvent
40 PASS Window interface 40 PASS Window interface
41 FAIL Window method: close assert_false: close in Window.prototype expected false got true 41 PASS Window method: close
42 FAIL Window method: stop assert_false: stop in Window.prototype expected false g ot true 42 PASS Window method: stop
43 FAIL Window method: focus assert_false: focus in Window.prototype expected false got true 43 PASS Window method: focus
44 FAIL Window method: blur assert_false: blur in Window.prototype expected false g ot true 44 PASS Window method: blur
45 FAIL Window method: open assert_false: open in Window.prototype expected false g ot true 45 PASS Window method: open
46 FAIL Window method: alert assert_false: alert in Window.prototype expected false got true 46 PASS Window method: alert
47 FAIL Window method: confirm assert_false: confirm in Window.prototype expected f alse got true 47 PASS Window method: confirm
48 FAIL Window method: prompt assert_false: prompt in Window.prototype expected fal se got true 48 PASS Window method: prompt
49 FAIL Window method: print assert_false: print in Window.prototype expected false got true 49 PASS Window method: print
50 FAIL Window method: postMessage assert_false: postMessage in Window.prototype ex pected false got true 50 PASS Window method: postMessage
51 FAIL Window method: btoa assert_false: btoa in Window.prototype expected false g ot true 51 PASS Window method: btoa
52 FAIL Window method: atob assert_false: atob in Window.prototype expected false g ot true 52 PASS Window method: atob
53 FAIL Window method: setTimeout assert_false: setTimeout in Window.prototype expe cted false got true 53 PASS Window method: setTimeout
54 FAIL Window method: clearTimeout assert_false: clearTimeout in Window.prototype expected false got true 54 PASS Window method: clearTimeout
55 FAIL Window method: setInterval assert_false: setInterval in Window.prototype ex pected false got true 55 PASS Window method: setInterval
56 FAIL Window method: clearInterval assert_false: clearInterval in Window.prototyp e expected false got true 56 PASS Window method: clearInterval
57 FAIL Window method: getSelection assert_false: getSelection in Window.prototype expected false got true 57 PASS Window method: getSelection
58 FAIL Window method: getComputedStyle assert_false: getComputedStyle in Window.pr ototype expected false got true 58 PASS Window method: getComputedStyle
59 FAIL Window method: matchMedia assert_false: matchMedia in Window.prototype expe cted false got true 59 PASS Window method: matchMedia
60 FAIL Window method: scroll assert_false: scroll in Window.prototype expected fal se got true 60 PASS Window method: scroll
61 FAIL Window method: scrollTo assert_false: scrollTo in Window.prototype expected false got true 61 PASS Window method: scrollTo
62 FAIL Window method: scrollBy assert_false: scrollBy in Window.prototype expected false got true 62 PASS Window method: scrollBy
63 FAIL Window readonly attribute: history assert_equals: expected "function" but g ot "undefined" 63 FAIL Window readonly attribute: history assert_equals: expected "function" but g ot "undefined"
64 FAIL Window readonly attribute: frameElement assert_equals: expected "function" but got "undefined" 64 FAIL Window readonly attribute: frameElement assert_equals: expected "function" but got "undefined"
65 FAIL Window readonly attribute: navigator assert_equals: expected "function" but got "undefined" 65 FAIL Window readonly attribute: navigator assert_equals: expected "function" but got "undefined"
66 FAIL Window readonly attribute: applicationCache assert_equals: expected "functi on" but got "undefined" 66 FAIL Window readonly attribute: applicationCache assert_equals: expected "functi on" but got "undefined"
67 FAIL Window readonly attribute: sessionStorage assert_equals: expected "function " but got "undefined" 67 FAIL Window readonly attribute: sessionStorage assert_equals: expected "function " but got "undefined"
68 FAIL Window readonly attribute: localStorage assert_equals: expected "function" but got "undefined" 68 FAIL Window readonly attribute: localStorage assert_equals: expected "function" but got "undefined"
69 FAIL Window attribute: name assert_equals: expected "function" but got "undefine d" 69 FAIL Window attribute: name assert_equals: expected "function" but got "undefine d"
70 FAIL Window attribute: status assert_equals: expected "function" but got "undefi ned" 70 FAIL Window attribute: status assert_equals: expected "function" but got "undefi ned"
71 FAIL Window attribute: opener assert_equals: expected "function" but got "undefi ned" 71 FAIL Window attribute: opener assert_equals: expected "function" but got "undefi ned"
72 FAIL Window attribute: onabort assert_false: onabort in Window.prototype expecte d false got true 72 FAIL Window attribute: onabort assert_equals: expected "function" but got "undef ined"
73 FAIL Window attribute: onafterprint assert_true: onafterprint in window expected true got false 73 FAIL Window attribute: onafterprint assert_true: onafterprint in window expected true got false
74 FAIL Window attribute: onbeforeprint assert_true: onbeforeprint in window expect ed true got false 74 FAIL Window attribute: onbeforeprint assert_true: onbeforeprint in window expect ed true got false
75 FAIL Window attribute: onbeforeunload assert_false: onbeforeunload in Window.pro totype expected false got true 75 FAIL Window attribute: onbeforeunload assert_equals: expected "function" but got "undefined"
76 FAIL Window attribute: onblur assert_false: onblur in Window.prototype expected false got true 76 FAIL Window attribute: onblur assert_equals: expected "function" but got "undefi ned"
77 FAIL Window attribute: oncancel assert_false: oncancel in Window.prototype expec ted false got true 77 FAIL Window attribute: oncancel assert_equals: expected "function" but got "unde fined"
78 FAIL Window attribute: oncanplay assert_false: oncanplay in Window.prototype exp ected false got true 78 FAIL Window attribute: oncanplay assert_equals: expected "function" but got "und efined"
79 FAIL Window attribute: oncanplaythrough assert_false: oncanplaythrough in Window .prototype expected false got true 79 FAIL Window attribute: oncanplaythrough assert_equals: expected "function" but g ot "undefined"
80 FAIL Window attribute: onchange assert_false: onchange in Window.prototype expec ted false got true 80 FAIL Window attribute: onchange assert_equals: expected "function" but got "unde fined"
81 FAIL Window attribute: onclick assert_false: onclick in Window.prototype expecte d false got true 81 FAIL Window attribute: onclick assert_equals: expected "function" but got "undef ined"
82 FAIL Window attribute: onclose assert_false: onclose in Window.prototype expecte d false got true 82 FAIL Window attribute: onclose assert_equals: expected "function" but got "undef ined"
83 FAIL Window attribute: oncontextmenu assert_false: oncontextmenu in Window.proto type expected false got true 83 FAIL Window attribute: oncontextmenu assert_equals: expected "function" but got "undefined"
84 FAIL Window attribute: oncuechange assert_false: oncuechange in Window.prototype expected false got true 84 FAIL Window attribute: oncuechange assert_equals: expected "function" but got "u ndefined"
85 FAIL Window attribute: ondblclick assert_false: ondblclick in Window.prototype e xpected false got true 85 FAIL Window attribute: ondblclick assert_equals: expected "function" but got "un defined"
86 FAIL Window attribute: ondrag assert_false: ondrag in Window.prototype expected false got true 86 FAIL Window attribute: ondrag assert_equals: expected "function" but got "undefi ned"
87 FAIL Window attribute: ondragend assert_false: ondragend in Window.prototype exp ected false got true 87 FAIL Window attribute: ondragend assert_equals: expected "function" but got "und efined"
88 FAIL Window attribute: ondragenter assert_false: ondragenter in Window.prototype expected false got true 88 FAIL Window attribute: ondragenter assert_equals: expected "function" but got "u ndefined"
89 FAIL Window attribute: ondragleave assert_false: ondragleave in Window.prototype expected false got true 89 FAIL Window attribute: ondragleave assert_equals: expected "function" but got "u ndefined"
90 FAIL Window attribute: ondragover assert_false: ondragover in Window.prototype e xpected false got true 90 FAIL Window attribute: ondragover assert_equals: expected "function" but got "un defined"
91 FAIL Window attribute: ondragstart assert_false: ondragstart in Window.prototype expected false got true 91 FAIL Window attribute: ondragstart assert_equals: expected "function" but got "u ndefined"
92 FAIL Window attribute: ondrop assert_false: ondrop in Window.prototype expected false got true 92 FAIL Window attribute: ondrop assert_equals: expected "function" but got "undefi ned"
93 FAIL Window attribute: ondurationchange assert_false: ondurationchange in Window .prototype expected false got true 93 FAIL Window attribute: ondurationchange assert_equals: expected "function" but g ot "undefined"
94 FAIL Window attribute: onemptied assert_false: onemptied in Window.prototype exp ected false got true 94 FAIL Window attribute: onemptied assert_equals: expected "function" but got "und efined"
95 FAIL Window attribute: onended assert_false: onended in Window.prototype expecte d false got true 95 FAIL Window attribute: onended assert_equals: expected "function" but got "undef ined"
96 FAIL Window attribute: onerror assert_false: onerror in Window.prototype expecte d false got true 96 FAIL Window attribute: onerror assert_equals: expected "function" but got "undef ined"
97 FAIL Window attribute: onfocus assert_false: onfocus in Window.prototype expecte d false got true 97 FAIL Window attribute: onfocus assert_equals: expected "function" but got "undef ined"
98 FAIL Window attribute: onhashchange assert_false: onhashchange in Window.prototy pe expected false got true 98 FAIL Window attribute: onhashchange assert_equals: expected "function" but got " undefined"
99 FAIL Window attribute: oninput assert_false: oninput in Window.prototype expecte d false got true 99 FAIL Window attribute: oninput assert_equals: expected "function" but got "undef ined"
100 FAIL Window attribute: oninvalid assert_false: oninvalid in Window.prototype exp ected false got true 100 FAIL Window attribute: oninvalid assert_equals: expected "function" but got "und efined"
101 FAIL Window attribute: onkeydown assert_false: onkeydown in Window.prototype exp ected false got true 101 FAIL Window attribute: onkeydown assert_equals: expected "function" but got "und efined"
102 FAIL Window attribute: onkeypress assert_false: onkeypress in Window.prototype e xpected false got true 102 FAIL Window attribute: onkeypress assert_equals: expected "function" but got "un defined"
103 FAIL Window attribute: onkeyup assert_false: onkeyup in Window.prototype expecte d false got true 103 FAIL Window attribute: onkeyup assert_equals: expected "function" but got "undef ined"
104 FAIL Window attribute: onload assert_false: onload in Window.prototype expected false got true 104 FAIL Window attribute: onload assert_equals: expected "function" but got "undefi ned"
105 FAIL Window attribute: onloadeddata assert_false: onloadeddata in Window.prototy pe expected false got true 105 FAIL Window attribute: onloadeddata assert_equals: expected "function" but got " undefined"
106 FAIL Window attribute: onloadedmetadata assert_false: onloadedmetadata in Window .prototype expected false got true 106 FAIL Window attribute: onloadedmetadata assert_equals: expected "function" but g ot "undefined"
107 FAIL Window attribute: onloadstart assert_false: onloadstart in Window.prototype expected false got true 107 FAIL Window attribute: onloadstart assert_equals: expected "function" but got "u ndefined"
108 FAIL Window attribute: onmessage assert_false: onmessage in Window.prototype exp ected false got true 108 FAIL Window attribute: onmessage assert_equals: expected "function" but got "und efined"
109 FAIL Window attribute: onmousedown assert_false: onmousedown in Window.prototype expected false got true 109 FAIL Window attribute: onmousedown assert_equals: expected "function" but got "u ndefined"
110 FAIL Window attribute: onmousemove assert_false: onmousemove in Window.prototype expected false got true 110 FAIL Window attribute: onmousemove assert_equals: expected "function" but got "u ndefined"
111 FAIL Window attribute: onmouseout assert_false: onmouseout in Window.prototype e xpected false got true 111 FAIL Window attribute: onmouseout assert_equals: expected "function" but got "un defined"
112 FAIL Window attribute: onmouseover assert_false: onmouseover in Window.prototype expected false got true 112 FAIL Window attribute: onmouseover assert_equals: expected "function" but got "u ndefined"
113 FAIL Window attribute: onmouseup assert_false: onmouseup in Window.prototype exp ected false got true 113 FAIL Window attribute: onmouseup assert_equals: expected "function" but got "und efined"
114 FAIL Window attribute: onmousewheel assert_false: onmousewheel in Window.prototy pe expected false got true 114 FAIL Window attribute: onmousewheel assert_equals: expected "function" but got " undefined"
115 FAIL Window attribute: onoffline assert_false: onoffline in Window.prototype exp ected false got true 115 FAIL Window attribute: onoffline assert_equals: expected "function" but got "und efined"
116 FAIL Window attribute: ononline assert_false: ononline in Window.prototype expec ted false got true 116 FAIL Window attribute: ononline assert_equals: expected "function" but got "unde fined"
117 FAIL Window attribute: onpause assert_false: onpause in Window.prototype expecte d false got true 117 FAIL Window attribute: onpause assert_equals: expected "function" but got "undef ined"
118 FAIL Window attribute: onplay assert_false: onplay in Window.prototype expected false got true 118 FAIL Window attribute: onplay assert_equals: expected "function" but got "undefi ned"
119 FAIL Window attribute: onplaying assert_false: onplaying in Window.prototype exp ected false got true 119 FAIL Window attribute: onplaying assert_equals: expected "function" but got "und efined"
120 FAIL Window attribute: onpagehide assert_false: onpagehide in Window.prototype e xpected false got true 120 FAIL Window attribute: onpagehide assert_equals: expected "function" but got "un defined"
121 FAIL Window attribute: onpageshow assert_false: onpageshow in Window.prototype e xpected false got true 121 FAIL Window attribute: onpageshow assert_equals: expected "function" but got "un defined"
122 FAIL Window attribute: onpopstate assert_false: onpopstate in Window.prototype e xpected false got true 122 FAIL Window attribute: onpopstate assert_equals: expected "function" but got "un defined"
123 FAIL Window attribute: onprogress assert_false: onprogress in Window.prototype e xpected false got true 123 FAIL Window attribute: onprogress assert_equals: expected "function" but got "un defined"
124 FAIL Window attribute: onratechange assert_false: onratechange in Window.prototy pe expected false got true 124 FAIL Window attribute: onratechange assert_equals: expected "function" but got " undefined"
125 FAIL Window attribute: onreset assert_false: onreset in Window.prototype expecte d false got true 125 FAIL Window attribute: onreset assert_equals: expected "function" but got "undef ined"
126 FAIL Window attribute: onresize assert_false: onresize in Window.prototype expec ted false got true 126 FAIL Window attribute: onresize assert_equals: expected "function" but got "unde fined"
127 FAIL Window attribute: onscroll assert_false: onscroll in Window.prototype expec ted false got true 127 FAIL Window attribute: onscroll assert_equals: expected "function" but got "unde fined"
128 FAIL Window attribute: onseeked assert_false: onseeked in Window.prototype expec ted false got true 128 FAIL Window attribute: onseeked assert_equals: expected "function" but got "unde fined"
129 FAIL Window attribute: onseeking assert_false: onseeking in Window.prototype exp ected false got true 129 FAIL Window attribute: onseeking assert_equals: expected "function" but got "und efined"
130 FAIL Window attribute: onselect assert_false: onselect in Window.prototype expec ted false got true 130 FAIL Window attribute: onselect assert_equals: expected "function" but got "unde fined"
131 FAIL Window attribute: onshow assert_false: onshow in Window.prototype expected false got true 131 FAIL Window attribute: onshow assert_equals: expected "function" but got "undefi ned"
132 FAIL Window attribute: onstalled assert_false: onstalled in Window.prototype exp ected false got true 132 FAIL Window attribute: onstalled assert_equals: expected "function" but got "und efined"
133 FAIL Window attribute: onstorage assert_false: onstorage in Window.prototype exp ected false got true 133 FAIL Window attribute: onstorage assert_equals: expected "function" but got "und efined"
134 FAIL Window attribute: onsubmit assert_false: onsubmit in Window.prototype expec ted false got true 134 FAIL Window attribute: onsubmit assert_equals: expected "function" but got "unde fined"
135 FAIL Window attribute: onsuspend assert_false: onsuspend in Window.prototype exp ected false got true 135 FAIL Window attribute: onsuspend assert_equals: expected "function" but got "und efined"
136 FAIL Window attribute: ontimeupdate assert_false: ontimeupdate in Window.prototy pe expected false got true 136 FAIL Window attribute: ontimeupdate assert_equals: expected "function" but got " undefined"
137 FAIL Window attribute: onunload assert_false: onunload in Window.prototype expec ted false got true 137 FAIL Window attribute: onunload assert_equals: expected "function" but got "unde fined"
138 FAIL Window attribute: onvolumechange assert_false: onvolumechange in Window.pro totype expected false got true 138 FAIL Window attribute: onvolumechange assert_equals: expected "function" but got "undefined"
139 FAIL Window attribute: onwaiting assert_false: onwaiting in Window.prototype exp ected false got true 139 FAIL Window attribute: onwaiting assert_equals: expected "function" but got "und efined"
140 FAIL Window unforgeable attribute: window assert_equals: expected "function" but got "undefined" 140 FAIL Window unforgeable attribute: window assert_equals: expected "function" but got "undefined"
141 FAIL Window unforgeable attribute: document assert_equals: expected "function" b ut got "undefined" 141 FAIL Window unforgeable attribute: document assert_equals: expected "function" b ut got "undefined"
142 FAIL Window unforgeable attribute: location assert_equals: expected "function" b ut got "undefined" 142 FAIL Window unforgeable attribute: location assert_equals: expected "function" b ut got "undefined"
143 FAIL Window unforgeable attribute: top assert_equals: expected "function" but go t "undefined" 143 FAIL Window unforgeable attribute: top assert_equals: expected "function" but go t "undefined"
144 FAIL Window replaceable attribute: self assert_equals: expected "function" but g ot "undefined" 144 FAIL Window replaceable attribute: self assert_equals: expected "function" but g ot "undefined"
145 FAIL Window replaceable attribute: locationbar assert_equals: expected "function " but got "undefined" 145 FAIL Window replaceable attribute: locationbar assert_equals: expected "function " but got "undefined"
146 FAIL Window replaceable attribute: menubar assert_equals: expected "function" bu t got "undefined" 146 FAIL Window replaceable attribute: menubar assert_equals: expected "function" bu t got "undefined"
147 FAIL Window replaceable attribute: personalbar assert_equals: expected "function " but got "undefined" 147 FAIL Window replaceable attribute: personalbar assert_equals: expected "function " but got "undefined"
148 FAIL Window replaceable attribute: scrollbars assert_equals: expected "function" but got "undefined" 148 FAIL Window replaceable attribute: scrollbars assert_equals: expected "function" but got "undefined"
149 FAIL Window replaceable attribute: statusbar assert_equals: expected "function" but got "undefined" 149 FAIL Window replaceable attribute: statusbar assert_equals: expected "function" but got "undefined"
(...skipping 10 matching lines...) Expand all
160 FAIL Window replaceable attribute: innerWidth assert_equals: expected "function" but got "undefined" 160 FAIL Window replaceable attribute: innerWidth assert_equals: expected "function" but got "undefined"
161 FAIL Window replaceable attribute: innerHeight assert_equals: expected "function " but got "undefined" 161 FAIL Window replaceable attribute: innerHeight assert_equals: expected "function " but got "undefined"
162 FAIL Window replaceable attribute: screenX assert_equals: expected "function" bu t got "undefined" 162 FAIL Window replaceable attribute: screenX assert_equals: expected "function" bu t got "undefined"
163 FAIL Window replaceable attribute: screenY assert_equals: expected "function" bu t got "undefined" 163 FAIL Window replaceable attribute: screenY assert_equals: expected "function" bu t got "undefined"
164 FAIL Window replaceable attribute: outerWidth assert_equals: expected "function" but got "undefined" 164 FAIL Window replaceable attribute: outerWidth assert_equals: expected "function" but got "undefined"
165 FAIL Window replaceable attribute: outerHeight assert_equals: expected "function " but got "undefined" 165 FAIL Window replaceable attribute: outerHeight assert_equals: expected "function " but got "undefined"
166 FAIL Window replaceable attribute: devicePixelRatio assert_equals: expected "fun ction" but got "undefined" 166 FAIL Window replaceable attribute: devicePixelRatio assert_equals: expected "fun ction" but got "undefined"
167 PASS constructor 167 PASS constructor
168 Harness: the test ran to completion. 168 Harness: the test ran to completion.
169 169
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698