Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Side by Side Diff: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload-expected.txt

Issue 1151323002: testharnessreport: Hide unnecessary elements for JS tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync all of testharnessreport.js, and update test results Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698