| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 PASS win['menubar'] == '[object BarProp]' is true | 297 PASS win['menubar'] == '[object BarProp]' is true |
| 298 PASS win['menubar'] == '[object BarProp]' is true | 298 PASS win['menubar'] == '[object BarProp]' is true |
| 299 PASS win['personalbar'] == '[object BarProp]' is true | 299 PASS win['personalbar'] == '[object BarProp]' is true |
| 300 PASS win['personalbar'] == '[object BarProp]' is true | 300 PASS win['personalbar'] == '[object BarProp]' is true |
| 301 PASS win['scrollbars'] == '[object BarProp]' is true | 301 PASS win['scrollbars'] == '[object BarProp]' is true |
| 302 PASS win['scrollbars'] == '[object BarProp]' is true | 302 PASS win['scrollbars'] == '[object BarProp]' is true |
| 303 PASS win['statusbar'] == '[object BarProp]' is true | 303 PASS win['statusbar'] == '[object BarProp]' is true |
| 304 PASS win['statusbar'] == '[object BarProp]' is true | 304 PASS win['statusbar'] == '[object BarProp]' is true |
| 305 PASS win['toolbar'] == '[object BarProp]' is true | 305 PASS win['toolbar'] == '[object BarProp]' is true |
| 306 PASS win['toolbar'] == '[object BarProp]' is true | 306 PASS win['toolbar'] == '[object BarProp]' is true |
| 307 PASS win['console'] == '[object Console]' is true | 307 PASS win['console'] == '[object Object]' is true |
| 308 PASS win['history'] == '[object History]' is true | 308 PASS win['history'] == '[object History]' is true |
| 309 PASS win['navigator'] == '[object Navigator]' is true | 309 PASS win['navigator'] == '[object Navigator]' is true |
| 310 PASS win['navigator'] == '[object Navigator]' is true | 310 PASS win['navigator'] == '[object Navigator]' is true |
| 311 PASS win['screen'] == '[object Screen]' is true | 311 PASS win['screen'] == '[object Screen]' is true |
| 312 PASS win['screen'] == '[object Screen]' is true | 312 PASS win['screen'] == '[object Screen]' is true |
| 313 PASS win['clientInformation'] == '[object Navigator]' is true | 313 PASS win['clientInformation'] == '[object Navigator]' is true |
| 314 PASS win['clientInformation'] == '[object Navigator]' is true | 314 PASS win['clientInformation'] == '[object Navigator]' is true |
| 315 PASS win['document'] == '[object HTMLDocument]' is true | 315 PASS win['document'] == '[object HTMLDocument]' is true |
| 316 PASS win['document'] == '[object HTMLDocument]' is true | 316 PASS win['document'] == '[object HTMLDocument]' is true |
| 317 PASS win['location'] matched original | 317 PASS win['location'] matched original |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 PASS typeof win['closed'] is 'boolean' | 407 PASS typeof win['closed'] is 'boolean' |
| 408 PASS win['closed'] is false | 408 PASS win['closed'] is false |
| 409 PASS typeof win['offscreenBuffering'] is 'boolean' | 409 PASS typeof win['offscreenBuffering'] is 'boolean' |
| 410 PASS win['offscreenBuffering'] is true | 410 PASS win['offscreenBuffering'] is true |
| 411 PASS typeof win['offscreenBuffering'] is 'boolean' | 411 PASS typeof win['offscreenBuffering'] is 'boolean' |
| 412 PASS win['offscreenBuffering'] is true | 412 PASS win['offscreenBuffering'] is true |
| 413 PASS successfullyParsed is true | 413 PASS successfullyParsed is true |
| 414 | 414 |
| 415 TEST COMPLETE | 415 TEST COMPLETE |
| 416 | 416 |
| OLD | NEW |