OLD | NEW |
| (Empty) |
1 Description | |
2 | |
3 This test validates that the window.performance.timing attributes change when a
page is reloaded. | |
4 | |
5 This page should be loaded with a green background frame below. The frame will b
e automatically reloaded and then verified that the window.performance.timing at
tributes have been updated to the new reloaded navigation timings. | |
6 | |
7 | |
8 | |
9 | |
10 PASS window.performance is defined | |
11 PASS window.performance.navigation is defined | |
12 PASS window.performance.navigation.type == TYPE_RELOAD | |
13 PASS connectEnd is different after the reload. | |
14 PASS connectStart is different after the reload. | |
15 PASS domComplete is different after the reload. | |
16 PASS domContentLoadedEventEnd is different after the reload. | |
17 PASS domContentLoadedEventStart is different after the reload. | |
18 PASS domInteractive is different after the reload. | |
19 PASS domLoading is different after the reload. | |
20 PASS domainLookupEnd is different after the reload. | |
21 PASS domainLookupStart is different after the reload. | |
22 PASS fetchStart is different after the reload. | |
23 PASS loadEventEnd is different after the reload. | |
24 PASS loadEventStart is different after the reload. | |
25 PASS navigationStart is different after the reload. | |
26 PASS requestStart is different after the reload. | |
27 PASS responseEnd is different after the reload. | |
28 PASS responseStart is different after the reload. | |
29 | |
OLD | NEW |