| OLD | NEW |
| 1 This tests that setting window event listeners on the frameset, sets them on the
window. | 1 This tests that setting window event listeners on the frameset, sets them on the
window. |
| 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 PASS window.onblur is func | 6 PASS window.onblur is func |
| 7 PASS window.onblur is frameSet.onblur | 7 PASS window.onblur is frameSet.onblur |
| 8 PASS window.onfocus is func | 8 PASS window.onfocus is func |
| 9 PASS window.onfocus is frameSet.onfocus | 9 PASS window.onfocus is frameSet.onfocus |
| 10 PASS window.onerror is func | 10 PASS window.onerror is func |
| 11 PASS window.onerror is frameSet.onerror | 11 PASS window.onerror is frameSet.onerror |
| 12 PASS window.onload is func | 12 PASS window.onload is func |
| 13 PASS window.onload is frameSet.onload | 13 PASS window.onload is frameSet.onload |
| 14 PASS window.onbeforeunload is func | 14 PASS window.onbeforeunload is func |
| 15 PASS window.onbeforeunload is frameSet.onbeforeunload | 15 PASS window.onbeforeunload is frameSet.onbeforeunload |
| 16 PASS window.onhashchange is func | 16 PASS window.onhashchange is func |
| 17 PASS window.onhashchange is frameSet.onhashchange | 17 PASS window.onhashchange is frameSet.onhashchange |
| 18 PASS window.onmessage is func | 18 PASS window.onmessage is func |
| 19 PASS window.onmessage is frameSet.onmessage | 19 PASS window.onmessage is frameSet.onmessage |
| 20 PASS window.onoffline is func | 20 PASS window.onoffline is func |
| 21 PASS window.onoffline is frameSet.onoffline | 21 PASS window.onoffline is frameSet.onoffline |
| 22 PASS window.ononline is func | 22 PASS window.ononline is func |
| 23 PASS window.ononline is frameSet.ononline | 23 PASS window.ononline is frameSet.ononline |
| 24 PASS window.onresize is func | 24 PASS window.onresize is func |
| 25 PASS window.onresize is frameSet.onresize | 25 PASS window.onresize is frameSet.onresize |
| 26 PASS window.onscroll is func |
| 27 PASS window.onscroll is frameSet.onscroll |
| 26 PASS window.onstorage is func | 28 PASS window.onstorage is func |
| 27 PASS window.onstorage is frameSet.onstorage | 29 PASS window.onstorage is frameSet.onstorage |
| 28 PASS window.onunload is func | 30 PASS window.onunload is func |
| 29 PASS window.onunload is frameSet.onunload | 31 PASS window.onunload is frameSet.onunload |
| 30 PASS successfullyParsed is true | 32 PASS successfullyParsed is true |
| 31 | 33 |
| 32 TEST COMPLETE | 34 TEST COMPLETE |
| 33 | 35 |
| OLD | NEW |