| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 PASS: canGet('clientInformation') should be 'true' and is. | 202 PASS: canGet('clientInformation') should be 'true' and is. |
| 203 PASS: canSet('clientInformation') should be 'true' and is. | 203 PASS: canSet('clientInformation') should be 'true' and is. |
| 204 PASS: canGet('console') should be 'true' and is. | 204 PASS: canGet('console') should be 'true' and is. |
| 205 PASS: canSet('console') should be 'true' and is. | 205 PASS: canSet('console') should be 'true' and is. |
| 206 PASS: canGet('devicePixelRatio') should be 'true' and is. | 206 PASS: canGet('devicePixelRatio') should be 'true' and is. |
| 207 PASS: canSet('devicePixelRatio') should be 'true' and is. | 207 PASS: canSet('devicePixelRatio') should be 'true' and is. |
| 208 PASS: canGet('event') should be 'true' and is. | 208 PASS: canGet('event') should be 'true' and is. |
| 209 PASS: canSet('event') should be 'true' and is. | 209 PASS: canSet('event') should be 'true' and is. |
| 210 PASS: canGet('frames') should be 'true' and is. | 210 PASS: canGet('frames') should be 'true' and is. |
| 211 PASS: canSet('frames') should be 'true' and is. | 211 PASS: canSet('frames') should be 'true' and is. |
| 212 PASS: canGet('history') should be 'true' and is. | |
| 213 PASS: canSet('history') should be 'true' and is. | |
| 214 PASS: canGet('innerHeight') should be 'true' and is. | 212 PASS: canGet('innerHeight') should be 'true' and is. |
| 215 PASS: canSet('innerHeight') should be 'true' and is. | 213 PASS: canSet('innerHeight') should be 'true' and is. |
| 216 PASS: canGet('innerWidth') should be 'true' and is. | 214 PASS: canGet('innerWidth') should be 'true' and is. |
| 217 PASS: canSet('innerWidth') should be 'true' and is. | 215 PASS: canSet('innerWidth') should be 'true' and is. |
| 218 PASS: canGet('length') should be 'true' and is. | 216 PASS: canGet('length') should be 'true' and is. |
| 219 PASS: canSet('length') should be 'true' and is. | 217 PASS: canSet('length') should be 'true' and is. |
| 220 PASS: canGet('locationbar') should be 'true' and is. | 218 PASS: canGet('locationbar') should be 'true' and is. |
| 221 PASS: canSet('locationbar') should be 'true' and is. | 219 PASS: canSet('locationbar') should be 'true' and is. |
| 222 PASS: canGet('menubar') should be 'true' and is. | 220 PASS: canGet('menubar') should be 'true' and is. |
| 223 PASS: canSet('menubar') should be 'true' and is. | 221 PASS: canSet('menubar') should be 'true' and is. |
| (...skipping 29 matching lines...) Expand all Loading... |
| 253 PASS: canSet('statusbar') should be 'true' and is. | 251 PASS: canSet('statusbar') should be 'true' and is. |
| 254 PASS: canGet('toolbar') should be 'true' and is. | 252 PASS: canGet('toolbar') should be 'true' and is. |
| 255 PASS: canSet('toolbar') should be 'true' and is. | 253 PASS: canSet('toolbar') should be 'true' and is. |
| 256 | 254 |
| 257 ----- tests for getting/setting readonly properties ----- | 255 ----- tests for getting/setting readonly properties ----- |
| 258 | 256 |
| 259 PASS: canGet('closed') should be 'true' and is. | 257 PASS: canGet('closed') should be 'true' and is. |
| 260 PASS: canSet('closed') should be 'false' and is. | 258 PASS: canSet('closed') should be 'false' and is. |
| 261 PASS: canGet('document') should be 'true' and is. | 259 PASS: canGet('document') should be 'true' and is. |
| 262 PASS: canSet('document') should be 'false' and is. | 260 PASS: canSet('document') should be 'false' and is. |
| 261 PASS: canGet('history') should be 'true' and is. |
| 262 PASS: canSet('history') should be 'false' and is. |
| 263 PASS: canGet('navigator') should be 'true' and is. | 263 PASS: canGet('navigator') should be 'true' and is. |
| 264 PASS: canSet('navigator') should be 'false' and is. | 264 PASS: canSet('navigator') should be 'false' and is. |
| 265 PASS: canGet('pageXOffset') should be 'true' and is. | 265 PASS: canGet('pageXOffset') should be 'true' and is. |
| 266 PASS: canSet('pageXOffset') should be 'false' and is. | 266 PASS: canSet('pageXOffset') should be 'false' and is. |
| 267 PASS: canGet('pageYOffset') should be 'true' and is. | 267 PASS: canGet('pageYOffset') should be 'true' and is. |
| 268 PASS: canSet('pageYOffset') should be 'false' and is. | 268 PASS: canSet('pageYOffset') should be 'false' and is. |
| 269 PASS: canGet('screen') should be 'true' and is. | 269 PASS: canGet('screen') should be 'true' and is. |
| 270 PASS: canSet('screen') should be 'false' and is. | 270 PASS: canSet('screen') should be 'false' and is. |
| 271 PASS: canGet('window') should be 'true' and is. | 271 PASS: canGet('window') should be 'true' and is. |
| 272 PASS: canSet('window') should be 'false' and is. | 272 PASS: canSet('window') should be 'false' and is. |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 PASS: canSetWithCallable('onscroll') should be 'true' and is. | 379 PASS: canSetWithCallable('onscroll') should be 'true' and is. |
| 380 PASS: canGet('onsearch') should be 'true' and is. | 380 PASS: canGet('onsearch') should be 'true' and is. |
| 381 PASS: canSetWithCallable('onsearch') should be 'true' and is. | 381 PASS: canSetWithCallable('onsearch') should be 'true' and is. |
| 382 PASS: canGet('onselect') should be 'true' and is. | 382 PASS: canGet('onselect') should be 'true' and is. |
| 383 PASS: canSetWithCallable('onselect') should be 'true' and is. | 383 PASS: canSetWithCallable('onselect') should be 'true' and is. |
| 384 PASS: canGet('onsubmit') should be 'true' and is. | 384 PASS: canGet('onsubmit') should be 'true' and is. |
| 385 PASS: canSetWithCallable('onsubmit') should be 'true' and is. | 385 PASS: canSetWithCallable('onsubmit') should be 'true' and is. |
| 386 PASS: canGet('onunload') should be 'true' and is. | 386 PASS: canGet('onunload') should be 'true' and is. |
| 387 PASS: canSetWithCallable('onunload') should be 'true' and is. | 387 PASS: canSetWithCallable('onunload') should be 'true' and is. |
| 388 | 388 |
| OLD | NEW |