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

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

Issue 1958883003: Revert of binding: Makes Window/Location's attributes accessor-type properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced. Created 4 years, 7 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
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 PASS Window method: setTimeout 53 PASS Window method: setTimeout
54 PASS Window method: clearTimeout 54 PASS Window method: clearTimeout
55 PASS Window method: setInterval 55 PASS Window method: setInterval
56 PASS Window method: clearInterval 56 PASS Window method: clearInterval
57 PASS Window method: getSelection 57 PASS Window method: getSelection
58 PASS Window method: getComputedStyle 58 PASS Window method: getComputedStyle
59 PASS Window method: matchMedia 59 PASS Window method: matchMedia
60 PASS Window method: scroll 60 PASS Window method: scroll
61 PASS Window method: scrollTo 61 PASS Window method: scrollTo
62 PASS Window method: scrollBy 62 PASS Window method: scrollBy
63 PASS Window readonly attribute: history 63 FAIL Window readonly attribute: history assert_equals: expected "function" but g ot "undefined"
64 PASS Window readonly attribute: frameElement 64 FAIL Window readonly attribute: frameElement assert_equals: expected "function" but got "undefined"
65 PASS Window readonly attribute: navigator 65 FAIL Window readonly attribute: navigator assert_equals: expected "function" but got "undefined"
66 PASS Window readonly attribute: applicationCache 66 FAIL Window readonly attribute: applicationCache assert_equals: expected "functi on" but got "undefined"
67 PASS Window readonly attribute: sessionStorage 67 FAIL Window readonly attribute: sessionStorage assert_equals: expected "function " but got "undefined"
68 PASS Window readonly attribute: localStorage 68 FAIL Window readonly attribute: localStorage assert_equals: expected "function" but got "undefined"
69 PASS Window attribute: name 69 FAIL Window attribute: name assert_equals: expected "function" but got "undefine d"
70 PASS Window attribute: status 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 PASS Window attribute: onabort 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 PASS Window attribute: onbeforeunload 75 FAIL Window attribute: onbeforeunload assert_equals: expected "function" but got "undefined"
76 PASS Window attribute: onblur 76 FAIL Window attribute: onblur assert_equals: expected "function" but got "undefi ned"
77 PASS Window attribute: oncancel 77 FAIL Window attribute: oncancel assert_equals: expected "function" but got "unde fined"
78 PASS Window attribute: oncanplay 78 FAIL Window attribute: oncanplay assert_equals: expected "function" but got "und efined"
79 PASS Window attribute: oncanplaythrough 79 FAIL Window attribute: oncanplaythrough assert_equals: expected "function" but g ot "undefined"
80 PASS Window attribute: onchange 80 FAIL Window attribute: onchange assert_equals: expected "function" but got "unde fined"
81 PASS Window attribute: onclick 81 FAIL Window attribute: onclick assert_equals: expected "function" but got "undef ined"
82 PASS Window attribute: onclose 82 FAIL Window attribute: onclose assert_equals: expected "function" but got "undef ined"
83 PASS Window attribute: oncontextmenu 83 FAIL Window attribute: oncontextmenu assert_equals: expected "function" but got "undefined"
84 PASS Window attribute: oncuechange 84 FAIL Window attribute: oncuechange assert_equals: expected "function" but got "u ndefined"
85 PASS Window attribute: ondblclick 85 FAIL Window attribute: ondblclick assert_equals: expected "function" but got "un defined"
86 PASS Window attribute: ondrag 86 FAIL Window attribute: ondrag assert_equals: expected "function" but got "undefi ned"
87 PASS Window attribute: ondragend 87 FAIL Window attribute: ondragend assert_equals: expected "function" but got "und efined"
88 PASS Window attribute: ondragenter 88 FAIL Window attribute: ondragenter assert_equals: expected "function" but got "u ndefined"
89 PASS Window attribute: ondragleave 89 FAIL Window attribute: ondragleave assert_equals: expected "function" but got "u ndefined"
90 PASS Window attribute: ondragover 90 FAIL Window attribute: ondragover assert_equals: expected "function" but got "un defined"
91 PASS Window attribute: ondragstart 91 FAIL Window attribute: ondragstart assert_equals: expected "function" but got "u ndefined"
92 PASS Window attribute: ondrop 92 FAIL Window attribute: ondrop assert_equals: expected "function" but got "undefi ned"
93 PASS Window attribute: ondurationchange 93 FAIL Window attribute: ondurationchange assert_equals: expected "function" but g ot "undefined"
94 PASS Window attribute: onemptied 94 FAIL Window attribute: onemptied assert_equals: expected "function" but got "und efined"
95 PASS Window attribute: onended 95 FAIL Window attribute: onended assert_equals: expected "function" but got "undef ined"
96 PASS Window attribute: onerror 96 FAIL Window attribute: onerror assert_equals: expected "function" but got "undef ined"
97 PASS Window attribute: onfocus 97 FAIL Window attribute: onfocus assert_equals: expected "function" but got "undef ined"
98 PASS Window attribute: onhashchange 98 FAIL Window attribute: onhashchange assert_equals: expected "function" but got " undefined"
99 PASS Window attribute: oninput 99 FAIL Window attribute: oninput assert_equals: expected "function" but got "undef ined"
100 PASS Window attribute: oninvalid 100 FAIL Window attribute: oninvalid assert_equals: expected "function" but got "und efined"
101 PASS Window attribute: onkeydown 101 FAIL Window attribute: onkeydown assert_equals: expected "function" but got "und efined"
102 PASS Window attribute: onkeypress 102 FAIL Window attribute: onkeypress assert_equals: expected "function" but got "un defined"
103 PASS Window attribute: onkeyup 103 FAIL Window attribute: onkeyup assert_equals: expected "function" but got "undef ined"
104 PASS Window attribute: onload 104 FAIL Window attribute: onload assert_equals: expected "function" but got "undefi ned"
105 PASS Window attribute: onloadeddata 105 FAIL Window attribute: onloadeddata assert_equals: expected "function" but got " undefined"
106 PASS Window attribute: onloadedmetadata 106 FAIL Window attribute: onloadedmetadata assert_equals: expected "function" but g ot "undefined"
107 PASS Window attribute: onloadstart 107 FAIL Window attribute: onloadstart assert_equals: expected "function" but got "u ndefined"
108 PASS Window attribute: onmessage 108 FAIL Window attribute: onmessage assert_equals: expected "function" but got "und efined"
109 PASS Window attribute: onmousedown 109 FAIL Window attribute: onmousedown assert_equals: expected "function" but got "u ndefined"
110 PASS Window attribute: onmousemove 110 FAIL Window attribute: onmousemove assert_equals: expected "function" but got "u ndefined"
111 PASS Window attribute: onmouseout 111 FAIL Window attribute: onmouseout assert_equals: expected "function" but got "un defined"
112 PASS Window attribute: onmouseover 112 FAIL Window attribute: onmouseover assert_equals: expected "function" but got "u ndefined"
113 PASS Window attribute: onmouseup 113 FAIL Window attribute: onmouseup assert_equals: expected "function" but got "und efined"
114 PASS Window attribute: onmousewheel 114 FAIL Window attribute: onmousewheel assert_equals: expected "function" but got " undefined"
115 PASS Window attribute: onoffline 115 FAIL Window attribute: onoffline assert_equals: expected "function" but got "und efined"
116 PASS Window attribute: ononline 116 FAIL Window attribute: ononline assert_equals: expected "function" but got "unde fined"
117 PASS Window attribute: onpause 117 FAIL Window attribute: onpause assert_equals: expected "function" but got "undef ined"
118 PASS Window attribute: onplay 118 FAIL Window attribute: onplay assert_equals: expected "function" but got "undefi ned"
119 PASS Window attribute: onplaying 119 FAIL Window attribute: onplaying assert_equals: expected "function" but got "und efined"
120 PASS Window attribute: onpagehide 120 FAIL Window attribute: onpagehide assert_equals: expected "function" but got "un defined"
121 PASS Window attribute: onpageshow 121 FAIL Window attribute: onpageshow assert_equals: expected "function" but got "un defined"
122 PASS Window attribute: onpopstate 122 FAIL Window attribute: onpopstate assert_equals: expected "function" but got "un defined"
123 PASS Window attribute: onprogress 123 FAIL Window attribute: onprogress assert_equals: expected "function" but got "un defined"
124 PASS Window attribute: onratechange 124 FAIL Window attribute: onratechange assert_equals: expected "function" but got " undefined"
125 PASS Window attribute: onreset 125 FAIL Window attribute: onreset assert_equals: expected "function" but got "undef ined"
126 PASS Window attribute: onresize 126 FAIL Window attribute: onresize assert_equals: expected "function" but got "unde fined"
127 PASS Window attribute: onscroll 127 FAIL Window attribute: onscroll assert_equals: expected "function" but got "unde fined"
128 PASS Window attribute: onseeked 128 FAIL Window attribute: onseeked assert_equals: expected "function" but got "unde fined"
129 PASS Window attribute: onseeking 129 FAIL Window attribute: onseeking assert_equals: expected "function" but got "und efined"
130 PASS Window attribute: onselect 130 FAIL Window attribute: onselect assert_equals: expected "function" but got "unde fined"
131 PASS Window attribute: onshow 131 FAIL Window attribute: onshow assert_equals: expected "function" but got "undefi ned"
132 PASS Window attribute: onstalled 132 FAIL Window attribute: onstalled assert_equals: expected "function" but got "und efined"
133 PASS Window attribute: onstorage 133 FAIL Window attribute: onstorage assert_equals: expected "function" but got "und efined"
134 PASS Window attribute: onsubmit 134 FAIL Window attribute: onsubmit assert_equals: expected "function" but got "unde fined"
135 PASS Window attribute: onsuspend 135 FAIL Window attribute: onsuspend assert_equals: expected "function" but got "und efined"
136 PASS Window attribute: ontimeupdate 136 FAIL Window attribute: ontimeupdate assert_equals: expected "function" but got " undefined"
137 PASS Window attribute: onunload 137 FAIL Window attribute: onunload assert_equals: expected "function" but got "unde fined"
138 PASS Window attribute: onvolumechange 138 FAIL Window attribute: onvolumechange assert_equals: expected "function" but got "undefined"
139 PASS Window attribute: onwaiting 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 PASS Window unforgeable attribute: document 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 PASS Window replaceable attribute: locationbar 145 FAIL Window replaceable attribute: locationbar assert_equals: expected "function " but got "undefined"
146 PASS Window replaceable attribute: menubar 146 FAIL Window replaceable attribute: menubar assert_equals: expected "function" bu t got "undefined"
147 PASS Window replaceable attribute: personalbar 147 FAIL Window replaceable attribute: personalbar assert_equals: expected "function " but got "undefined"
148 PASS Window replaceable attribute: scrollbars 148 FAIL Window replaceable attribute: scrollbars assert_equals: expected "function" but got "undefined"
149 PASS Window replaceable attribute: statusbar 149 FAIL Window replaceable attribute: statusbar assert_equals: expected "function" but got "undefined"
150 PASS Window replaceable attribute: toolbar 150 FAIL Window replaceable attribute: toolbar assert_equals: expected "function" bu t got "undefined"
151 FAIL Window replaceable attribute: frames assert_equals: expected "function" but got "undefined" 151 FAIL Window replaceable attribute: frames assert_equals: expected "function" but got "undefined"
152 FAIL Window replaceable attribute: parent assert_equals: expected "function" but got "undefined" 152 FAIL Window replaceable attribute: parent assert_equals: expected "function" but got "undefined"
153 FAIL Window replaceable attribute: external assert_true: external in window expe cted true got false 153 FAIL Window replaceable attribute: external assert_true: external in window expe cted true got false
154 FAIL Window replaceable attribute: length assert_equals: expected "function" but got "undefined" 154 FAIL Window replaceable attribute: length assert_equals: expected "function" but got "undefined"
155 PASS Window replaceable attribute: screen 155 FAIL Window replaceable attribute: screen assert_equals: expected "function" but got "undefined"
156 PASS Window replaceable attribute: scrollX 156 FAIL Window replaceable attribute: scrollX assert_equals: expected "function" bu t got "undefined"
157 PASS Window replaceable attribute: scrollY 157 FAIL Window replaceable attribute: scrollY assert_equals: expected "function" bu t got "undefined"
158 PASS Window replaceable attribute: pageXOffset 158 FAIL Window replaceable attribute: pageXOffset assert_equals: expected "function " but got "undefined"
159 PASS Window replaceable attribute: pageYOffset 159 FAIL Window replaceable attribute: pageYOffset assert_equals: expected "function " but got "undefined"
160 PASS Window replaceable attribute: innerWidth 160 FAIL Window replaceable attribute: innerWidth assert_equals: expected "function" but got "undefined"
161 PASS Window replaceable attribute: innerHeight 161 FAIL Window replaceable attribute: innerHeight assert_equals: expected "function " but got "undefined"
162 PASS Window replaceable attribute: screenX 162 FAIL Window replaceable attribute: screenX assert_equals: expected "function" bu t got "undefined"
163 PASS Window replaceable attribute: screenY 163 FAIL Window replaceable attribute: screenY assert_equals: expected "function" bu t got "undefined"
164 PASS Window replaceable attribute: outerWidth 164 FAIL Window replaceable attribute: outerWidth assert_equals: expected "function" but got "undefined"
165 PASS Window replaceable attribute: outerHeight 165 FAIL Window replaceable attribute: outerHeight assert_equals: expected "function " but got "undefined"
166 PASS Window replaceable attribute: devicePixelRatio 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