| OLD | NEW |
| (Empty) |
| 1 Description | |
| 2 | |
| 3 This test validates window.performance.timing remains constant when a document i
s replaced using document.open. | |
| 4 | |
| 5 This page should be loaded with a yellow frame below. It then replaces the docum
ent in that frame with a green document. | |
| 6 | |
| 7 The test passes if all of the checks to performance.timing are correct and the f
rame below ends with a green background. | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 PASS window.performance is defined | |
| 13 PASS connectEnd is the same after document open. | |
| 14 PASS connectStart is the same after document open. | |
| 15 PASS domComplete is the same after document open. | |
| 16 PASS domContentLoadedEventEnd is the same after document open. | |
| 17 PASS domContentLoadedEventStart is the same after document open. | |
| 18 PASS domInteractive is the same after document open. | |
| 19 PASS domLoading is the same after document open. | |
| 20 PASS domainLookupEnd is the same after document open. | |
| 21 PASS domainLookupStart is the same after document open. | |
| 22 PASS fetchStart is the same after document open. | |
| 23 PASS loadEventEnd is the same after document open. | |
| 24 PASS loadEventStart is the same after document open. | |
| 25 PASS navigationStart is the same after document open. | |
| 26 PASS redirectEnd is the same after document open. | |
| 27 PASS redirectStart is the same after document open. | |
| 28 PASS requestStart is the same after document open. | |
| 29 PASS responseEnd is the same after document open. | |
| 30 PASS responseStart is the same after document open. | |
| 31 PASS unloadEventEnd is the same after document open. | |
| 32 PASS unloadEventStart is the same after document open. | |
| 33 | |
| OLD | NEW |