| OLD | NEW |
| 1 Tests lookup precedence for properties on Window objects in the presence of a ch
ild frame, and that IDL properties defined in the prototype (window.location, wi
ndow.focus, etc) have higher lookup precedence than named document elements (suc
h as input elements). | 1 Tests lookup precedence for properties on Window objects in the presence of a ch
ild frame, and that IDL properties defined in the prototype (window.location, wi
ndow.focus, etc) have higher lookup precedence than named document elements (suc
h as input elements). |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 PASS 'function alert() { [native code] }' is 'function alert() { [native code] }
' | 9 PASS 'function alert() { [native code] }' is 'function alert() { [native code] }
' |
| 10 PASS 'function alert() { [native code] }' is 'function alert() { [native code] }
' | 10 PASS 'function alert() { [native code] }' is 'function alert() { [native code] }
' |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 PASS win['frames'] == '[object Window]' is true | 315 PASS win['frames'] == '[object Window]' is true |
| 316 PASS win['frames'] == '[object Window]' is true | 316 PASS win['frames'] == '[object Window]' is true |
| 317 PASS win['parent'] == '[object Window]' is true | 317 PASS win['parent'] == '[object Window]' is true |
| 318 PASS win['parent'] == '[object Window]' is true | 318 PASS win['parent'] == '[object Window]' is true |
| 319 PASS win['self'] == '[object Window]' is true | 319 PASS win['self'] == '[object Window]' is true |
| 320 PASS win['self'] == '[object Window]' is true | 320 PASS win['self'] == '[object Window]' is true |
| 321 PASS win['top'] == '[object Window]' is true | 321 PASS win['top'] == '[object Window]' is true |
| 322 PASS win['top'] == '[object Window]' is true | 322 PASS win['top'] == '[object Window]' is true |
| 323 PASS win['window'] == '[object Window]' is true | 323 PASS win['window'] == '[object Window]' is true |
| 324 PASS win['window'] == '[object Window]' is true | 324 PASS win['window'] == '[object Window]' is true |
| 325 PASS win['locationbar'] == '[object BarInfo]' is true | 325 PASS win['locationbar'] == '[object BarProp]' is true |
| 326 PASS win['locationbar'] == '[object BarInfo]' is true | 326 PASS win['locationbar'] == '[object BarProp]' is true |
| 327 PASS win['menubar'] == '[object BarInfo]' is true | 327 PASS win['menubar'] == '[object BarProp]' is true |
| 328 PASS win['menubar'] == '[object BarInfo]' is true | 328 PASS win['menubar'] == '[object BarProp]' is true |
| 329 PASS win['personalbar'] == '[object BarInfo]' is true | 329 PASS win['personalbar'] == '[object BarProp]' is true |
| 330 PASS win['personalbar'] == '[object BarInfo]' is true | 330 PASS win['personalbar'] == '[object BarProp]' is true |
| 331 PASS win['scrollbars'] == '[object BarInfo]' is true | 331 PASS win['scrollbars'] == '[object BarProp]' is true |
| 332 PASS win['scrollbars'] == '[object BarInfo]' is true | 332 PASS win['scrollbars'] == '[object BarProp]' is true |
| 333 PASS win['statusbar'] == '[object BarInfo]' is true | 333 PASS win['statusbar'] == '[object BarProp]' is true |
| 334 PASS win['statusbar'] == '[object BarInfo]' is true | 334 PASS win['statusbar'] == '[object BarProp]' is true |
| 335 PASS win['toolbar'] == '[object BarInfo]' is true | 335 PASS win['toolbar'] == '[object BarProp]' is true |
| 336 PASS win['toolbar'] == '[object BarInfo]' is true | 336 PASS win['toolbar'] == '[object BarProp]' is true |
| 337 PASS win['console'] == '[object Console]' is true | 337 PASS win['console'] == '[object Console]' is true |
| 338 PASS win['history'] == '[object History]' is true | 338 PASS win['history'] == '[object History]' is true |
| 339 PASS win['navigator'] == '[object Navigator]' is true | 339 PASS win['navigator'] == '[object Navigator]' is true |
| 340 PASS win['navigator'] == '[object Navigator]' is true | 340 PASS win['navigator'] == '[object Navigator]' is true |
| 341 PASS win['screen'] == '[object Screen]' is true | 341 PASS win['screen'] == '[object Screen]' is true |
| 342 PASS win['screen'] == '[object Screen]' is true | 342 PASS win['screen'] == '[object Screen]' is true |
| 343 PASS win['clientInformation'] == '[object Navigator]' is true | 343 PASS win['clientInformation'] == '[object Navigator]' is true |
| 344 PASS win['clientInformation'] == '[object Navigator]' is true | 344 PASS win['clientInformation'] == '[object Navigator]' is true |
| 345 PASS win['document'] == '[object HTMLDocument]' is true | 345 PASS win['document'] == '[object HTMLDocument]' is true |
| 346 PASS win['document'] == '[object HTMLDocument]' is true | 346 PASS win['document'] == '[object HTMLDocument]' is true |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 PASS typeof win['closed'] is 'boolean' | 437 PASS typeof win['closed'] is 'boolean' |
| 438 PASS win['closed'] is false | 438 PASS win['closed'] is false |
| 439 PASS typeof win['offscreenBuffering'] is 'boolean' | 439 PASS typeof win['offscreenBuffering'] is 'boolean' |
| 440 PASS win['offscreenBuffering'] is true | 440 PASS win['offscreenBuffering'] is true |
| 441 PASS typeof win['offscreenBuffering'] is 'boolean' | 441 PASS typeof win['offscreenBuffering'] is 'boolean' |
| 442 PASS win['offscreenBuffering'] is true | 442 PASS win['offscreenBuffering'] is true |
| 443 PASS successfullyParsed is true | 443 PASS successfullyParsed is true |
| 444 | 444 |
| 445 TEST COMPLETE | 445 TEST COMPLETE |
| 446 | 446 |
| OLD | NEW |