| OLD | NEW |
| 1 frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s) | 1 frame "frameContext" - has 1 onunload handler(s) |
| 2 Description | 2 Description |
| 3 | 3 |
| 4 This test validates the ordering of the window.performance.timing attributes. | 4 This test validates the ordering of the window.performance.timing attributes. |
| 5 | 5 |
| 6 This page should be loaded with a yellow background frame below which contains a
n unload event handler. | 6 This page should be loaded with a yellow background frame below which contains a
n unload event handler. |
| 7 | 7 |
| 8 After the page loads, the frame is navigated to a new blank page with a green ba
ckground. At this point, the navigation timeline is verified | 8 After the page loads, the frame is navigated to a new blank page with a green ba
ckground. At this point, the navigation timeline is verified |
| 9 | 9 |
| 10 This test passes if all of the checks to the frame.window.performance.timing att
ributes are correct throughout the navigation scenario and the frame below ends
with a green background. Otherwise, this test fails. | 10 This test passes if all of the checks to the frame.window.performance.timing att
ributes are correct throughout the navigation scenario and the frame below ends
with a green background. Otherwise, this test fails. |
| 11 | 11 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 PASS window.performance.timing.domComplete >= window.performance.timing.domConte
ntLoadedEventEnd | 49 PASS window.performance.timing.domComplete >= window.performance.timing.domConte
ntLoadedEventEnd |
| 50 PASS window.performance.timing.loadEventStart > 0 | 50 PASS window.performance.timing.loadEventStart > 0 |
| 51 PASS window.performance.timing.loadEventStart >= window.performance.timing.domCo
ntentLoadedEventEnd | 51 PASS window.performance.timing.loadEventStart >= window.performance.timing.domCo
ntentLoadedEventEnd |
| 52 PASS window.performance.timing.loadEventEnd > 0 | 52 PASS window.performance.timing.loadEventEnd > 0 |
| 53 PASS window.performance.timing.loadEventEnd >= window.performance.timing.loadEve
ntStart | 53 PASS window.performance.timing.loadEventEnd >= window.performance.timing.loadEve
ntStart |
| 54 PASS window.performance.timing.unloadEventStart > 0 | 54 PASS window.performance.timing.unloadEventStart > 0 |
| 55 PASS window.performance.timing.unloadEventStart >= window.performance.timing.nav
igationStart | 55 PASS window.performance.timing.unloadEventStart >= window.performance.timing.nav
igationStart |
| 56 PASS window.performance.timing.unloadEventEnd > 0 | 56 PASS window.performance.timing.unloadEventEnd > 0 |
| 57 PASS window.performance.timing.unloadEventEnd >= window.performance.timing.unloa
dEventStart | 57 PASS window.performance.timing.unloadEventEnd >= window.performance.timing.unloa
dEventStart |
| 58 | 58 |
| OLD | NEW |