| 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('CSSPrimitiveValue') should be 'true' and is. | 10 PASS: canGet('CSSPrimitiveValue') should be 'true' and is. |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 PASS: canGet('XSLTProcessor') should be 'true' and is. | 188 PASS: canGet('XSLTProcessor') should be 'true' and is. |
| 189 PASS: canSet('XSLTProcessor') should be 'true' and is. | 189 PASS: canSet('XSLTProcessor') should be 'true' and is. |
| 190 PASS: canGet('addEventListener') should be 'true' and is. | 190 PASS: canGet('addEventListener') should be 'true' and is. |
| 191 PASS: canSet('addEventListener') should be 'true' and is. | 191 PASS: canSet('addEventListener') should be 'true' and is. |
| 192 PASS: canGet('alert') should be 'true' and is. | 192 PASS: canGet('alert') should be 'true' and is. |
| 193 PASS: canSet('alert') should be 'true' and is. | 193 PASS: canSet('alert') should be 'true' and is. |
| 194 PASS: canGet('atob') should be 'true' and is. | 194 PASS: canGet('atob') should be 'true' and is. |
| 195 PASS: canSet('atob') should be 'true' and is. | 195 PASS: canSet('atob') should be 'true' and is. |
| 196 PASS: canGet('btoa') should be 'true' and is. | 196 PASS: canGet('btoa') should be 'true' and is. |
| 197 PASS: canSet('btoa') should be 'true' and is. | 197 PASS: canSet('btoa') should be 'true' and is. |
| 198 PASS: canGet('captureEvents') should be 'true' and is. |
| 199 PASS: canSet('captureEvents') should be 'true' and is. |
| 198 PASS: canGet('clearInterval') should be 'true' and is. | 200 PASS: canGet('clearInterval') should be 'true' and is. |
| 199 PASS: canSet('clearInterval') should be 'true' and is. | 201 PASS: canSet('clearInterval') should be 'true' and is. |
| 200 PASS: canGet('clearTimeout') should be 'true' and is. | 202 PASS: canGet('clearTimeout') should be 'true' and is. |
| 201 PASS: canSet('clearTimeout') should be 'true' and is. | 203 PASS: canSet('clearTimeout') should be 'true' and is. |
| 202 PASS: canGet('clientInformation') should be 'true' and is. | 204 PASS: canGet('clientInformation') should be 'true' and is. |
| 203 PASS: canSet('clientInformation') should be 'true' and is. | 205 PASS: canSet('clientInformation') should be 'true' and is. |
| 204 PASS: canGet('console') should be 'true' and is. | 206 PASS: canGet('console') should be 'true' and is. |
| 205 PASS: canSet('console') should be 'true' and is. | 207 PASS: canSet('console') should be 'true' and is. |
| 206 PASS: canGet('devicePixelRatio') should be 'true' and is. | 208 PASS: canGet('devicePixelRatio') should be 'true' and is. |
| 207 PASS: canSet('devicePixelRatio') should be 'true' and is. | 209 PASS: canSet('devicePixelRatio') should be 'true' and is. |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 PASS: canGet('onsubmit') should be 'true' and is. | 355 PASS: canGet('onsubmit') should be 'true' and is. |
| 354 PASS: canSet('onsubmit') should be 'true' and is. | 356 PASS: canSet('onsubmit') should be 'true' and is. |
| 355 PASS: canGet('onunload') should be 'true' and is. | 357 PASS: canGet('onunload') should be 'true' and is. |
| 356 PASS: canSet('onunload') should be 'true' and is. | 358 PASS: canSet('onunload') should be 'true' and is. |
| 357 PASS: canGet('open') should be 'true' and is. | 359 PASS: canGet('open') should be 'true' and is. |
| 358 PASS: canSet('open') should be 'true' and is. | 360 PASS: canSet('open') should be 'true' and is. |
| 359 PASS: canGet('print') should be 'true' and is. | 361 PASS: canGet('print') should be 'true' and is. |
| 360 PASS: canSet('print') should be 'true' and is. | 362 PASS: canSet('print') should be 'true' and is. |
| 361 PASS: canGet('prompt') should be 'true' and is. | 363 PASS: canGet('prompt') should be 'true' and is. |
| 362 PASS: canSet('prompt') should be 'true' and is. | 364 PASS: canSet('prompt') should be 'true' and is. |
| 365 PASS: canGet('releaseEvents') should be 'true' and is. |
| 366 PASS: canSet('releaseEvents') should be 'true' and is. |
| 363 PASS: canGet('removeEventListener') should be 'true' and is. | 367 PASS: canGet('removeEventListener') should be 'true' and is. |
| 364 PASS: canSet('removeEventListener') should be 'true' and is. | 368 PASS: canSet('removeEventListener') should be 'true' and is. |
| 365 PASS: canGet('resizeBy') should be 'true' and is. | 369 PASS: canGet('resizeBy') should be 'true' and is. |
| 366 PASS: canSet('resizeBy') should be 'true' and is. | 370 PASS: canSet('resizeBy') should be 'true' and is. |
| 367 PASS: canGet('resizeTo') should be 'true' and is. | 371 PASS: canGet('resizeTo') should be 'true' and is. |
| 368 PASS: canSet('resizeTo') should be 'true' and is. | 372 PASS: canSet('resizeTo') should be 'true' and is. |
| 369 PASS: canGet('scroll') should be 'true' and is. | 373 PASS: canGet('scroll') should be 'true' and is. |
| 370 PASS: canSet('scroll') should be 'true' and is. | 374 PASS: canSet('scroll') should be 'true' and is. |
| 371 PASS: canGet('scrollBy') should be 'true' and is. | 375 PASS: canGet('scrollBy') should be 'true' and is. |
| 372 PASS: canSet('scrollBy') should be 'true' and is. | 376 PASS: canSet('scrollBy') should be 'true' and is. |
| 373 PASS: canGet('scrollTo') should be 'true' and is. | 377 PASS: canGet('scrollTo') should be 'true' and is. |
| 374 PASS: canSet('scrollTo') should be 'true' and is. | 378 PASS: canSet('scrollTo') should be 'true' and is. |
| 375 PASS: canGet('setInterval') should be 'true' and is. | 379 PASS: canGet('setInterval') should be 'true' and is. |
| 376 PASS: canSet('setInterval') should be 'true' and is. | 380 PASS: canSet('setInterval') should be 'true' and is. |
| 377 PASS: canGet('setTimeout') should be 'true' and is. | 381 PASS: canGet('setTimeout') should be 'true' and is. |
| 378 PASS: canSet('setTimeout') should be 'true' and is. | 382 PASS: canSet('setTimeout') should be 'true' and is. |
| 379 PASS: canGet('stop') should be 'true' and is. | 383 PASS: canGet('stop') should be 'true' and is. |
| 380 PASS: canSet('stop') should be 'true' and is. | 384 PASS: canSet('stop') should be 'true' and is. |
| 381 | 385 |
| OLD | NEW |