OLD | NEW |
1 This page tests getting and setting window properties and functions. | 1 This page tests getting and setting window properties and functions. |
2 | 2 |
3 | 3 |
4 ----- tests for getting/setting read-write properties ----- | 4 ----- tests for getting/setting read-write properties ----- |
5 | 5 |
6 PASS: canGet('Attr') should be 'true' and is. | 6 PASS: canGet('Attr') should be 'true' and is. |
7 PASS: canSet('Attr') should be 'true' and is. | 7 PASS: canSet('Attr') should be 'true' and is. |
8 PASS: canGet('CDATASection') should be 'true' and is. | 8 PASS: canGet('CDATASection') should be 'true' and is. |
9 PASS: canSet('CDATASection') should be 'true' and is. | 9 PASS: canSet('CDATASection') should be 'true' and is. |
10 PASS: canGet('CSSRule') should be 'true' and is. | 10 PASS: canGet('CSSRule') should be 'true' and is. |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 PASS: canGet('menubar') should be 'true' and is. | 214 PASS: canGet('menubar') should be 'true' and is. |
215 PASS: canSet('menubar') should be 'true' and is. | 215 PASS: canSet('menubar') should be 'true' and is. |
216 PASS: canGet('offscreenBuffering') should be 'true' and is. | 216 PASS: canGet('offscreenBuffering') should be 'true' and is. |
217 PASS: canSet('offscreenBuffering') should be 'true' and is. | 217 PASS: canSet('offscreenBuffering') should be 'true' and is. |
218 PASS: canGet('opener') should be 'true' and is. | 218 PASS: canGet('opener') should be 'true' and is. |
219 PASS: canSet('opener') should be 'true' and is. | 219 PASS: canSet('opener') should be 'true' and is. |
220 PASS: canGet('outerHeight') should be 'true' and is. | 220 PASS: canGet('outerHeight') should be 'true' and is. |
221 PASS: canSet('outerHeight') should be 'true' and is. | 221 PASS: canSet('outerHeight') should be 'true' and is. |
222 PASS: canGet('outerWidth') should be 'true' and is. | 222 PASS: canGet('outerWidth') should be 'true' and is. |
223 PASS: canSet('outerWidth') should be 'true' and is. | 223 PASS: canSet('outerWidth') should be 'true' and is. |
| 224 PASS: canGet('pageXOffset') should be 'true' and is. |
| 225 PASS: canSet('pageXOffset') should be 'true' and is. |
| 226 PASS: canGet('pageYOffset') should be 'true' and is. |
| 227 PASS: canSet('pageYOffset') should be 'true' and is. |
224 PASS: canGet('parent') should be 'true' and is. | 228 PASS: canGet('parent') should be 'true' and is. |
225 PASS: canSet('parent') should be 'true' and is. | 229 PASS: canSet('parent') should be 'true' and is. |
226 PASS: canGet('personalbar') should be 'true' and is. | 230 PASS: canGet('personalbar') should be 'true' and is. |
227 PASS: canSet('personalbar') should be 'true' and is. | 231 PASS: canSet('personalbar') should be 'true' and is. |
| 232 PASS: canGet('screen') should be 'true' and is. |
| 233 PASS: canSet('screen') should be 'true' and is. |
228 PASS: canGet('screenLeft') should be 'true' and is. | 234 PASS: canGet('screenLeft') should be 'true' and is. |
229 PASS: canSet('screenLeft') should be 'true' and is. | 235 PASS: canSet('screenLeft') should be 'true' and is. |
230 PASS: canGet('screenTop') should be 'true' and is. | 236 PASS: canGet('screenTop') should be 'true' and is. |
231 PASS: canSet('screenTop') should be 'true' and is. | 237 PASS: canSet('screenTop') should be 'true' and is. |
232 PASS: canGet('screenX') should be 'true' and is. | 238 PASS: canGet('screenX') should be 'true' and is. |
233 PASS: canSet('screenX') should be 'true' and is. | 239 PASS: canSet('screenX') should be 'true' and is. |
234 PASS: canGet('screenY') should be 'true' and is. | 240 PASS: canGet('screenY') should be 'true' and is. |
235 PASS: canSet('screenY') should be 'true' and is. | 241 PASS: canSet('screenY') should be 'true' and is. |
236 PASS: canGet('scrollX') should be 'true' and is. | 242 PASS: canGet('scrollX') should be 'true' and is. |
237 PASS: canSet('scrollX') should be 'true' and is. | 243 PASS: canSet('scrollX') should be 'true' and is. |
(...skipping 11 matching lines...) Expand all Loading... |
249 ----- tests for getting/setting readonly properties ----- | 255 ----- tests for getting/setting readonly properties ----- |
250 | 256 |
251 PASS: canGet('closed') should be 'true' and is. | 257 PASS: canGet('closed') should be 'true' and is. |
252 PASS: canSet('closed') should be 'false' and is. | 258 PASS: canSet('closed') should be 'false' and is. |
253 PASS: canGet('document') should be 'true' and is. | 259 PASS: canGet('document') should be 'true' and is. |
254 PASS: canSet('document') should be 'false' and is. | 260 PASS: canSet('document') should be 'false' and is. |
255 PASS: canGet('history') should be 'true' and is. | 261 PASS: canGet('history') should be 'true' and is. |
256 PASS: canSet('history') should be 'false' and is. | 262 PASS: canSet('history') should be 'false' and is. |
257 PASS: canGet('navigator') should be 'true' and is. | 263 PASS: canGet('navigator') should be 'true' and is. |
258 PASS: canSet('navigator') should be 'false' and is. | 264 PASS: canSet('navigator') should be 'false' and is. |
259 PASS: canGet('pageXOffset') should be 'true' and is. | |
260 PASS: canSet('pageXOffset') should be 'false' and is. | |
261 PASS: canGet('pageYOffset') should be 'true' and is. | |
262 PASS: canSet('pageYOffset') should be 'false' and is. | |
263 PASS: canGet('screen') should be 'true' and is. | |
264 PASS: canSet('screen') should be 'false' and is. | |
265 PASS: canGet('window') should be 'true' and is. | 265 PASS: canGet('window') should be 'true' and is. |
266 PASS: canSet('window') should be 'false' and is. | 266 PASS: canSet('window') should be 'false' and is. |
267 PASS: canGet('top') should be 'true' and is. | 267 PASS: canGet('top') should be 'true' and is. |
268 PASS: canSet('top') should be 'false' and is. | 268 PASS: canSet('top') should be 'false' and is. |
269 | 269 |
270 ----- tests for getting/setting string properties ----- | 270 ----- tests for getting/setting string properties ----- |
271 | 271 |
272 PASS: canGet('defaultStatus') should be 'true' and is. | 272 PASS: canGet('defaultStatus') should be 'true' and is. |
273 PASS: canSetWithTypeConversion('defaultStatus') should be 'true' and is. | 273 PASS: canSetWithTypeConversion('defaultStatus') should be 'true' and is. |
274 PASS: canGet('defaultstatus') should be 'true' and is. | 274 PASS: canGet('defaultstatus') should be 'true' and is. |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 PASS: canSetWithCallable('onscroll') should be 'true' and is. | 373 PASS: canSetWithCallable('onscroll') should be 'true' and is. |
374 PASS: canGet('onsearch') should be 'true' and is. | 374 PASS: canGet('onsearch') should be 'true' and is. |
375 PASS: canSetWithCallable('onsearch') should be 'true' and is. | 375 PASS: canSetWithCallable('onsearch') should be 'true' and is. |
376 PASS: canGet('onselect') should be 'true' and is. | 376 PASS: canGet('onselect') should be 'true' and is. |
377 PASS: canSetWithCallable('onselect') should be 'true' and is. | 377 PASS: canSetWithCallable('onselect') should be 'true' and is. |
378 PASS: canGet('onsubmit') should be 'true' and is. | 378 PASS: canGet('onsubmit') should be 'true' and is. |
379 PASS: canSetWithCallable('onsubmit') should be 'true' and is. | 379 PASS: canSetWithCallable('onsubmit') should be 'true' and is. |
380 PASS: canGet('onunload') should be 'true' and is. | 380 PASS: canGet('onunload') should be 'true' and is. |
381 PASS: canSetWithCallable('onunload') should be 'true' and is. | 381 PASS: canSetWithCallable('onunload') should be 'true' and is. |
382 | 382 |
OLD | NEW |