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

Side by Side Diff: LayoutTests/fast/dom/webtiming-navigate-within-document-expected.txt

Issue 1171893004: bindings: Supports serializer for PerformanceTiming. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added a test for PerformanceTiming's serializer. Created 5 years, 6 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
1 This test checks that navigating within the document does not reset Web Timing n umbers. 1 This test checks that navigating within the document does not reset Web Timing n umbers.
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 connectEnd is unchanged. 6 PASS connectEnd is unchanged.
7 PASS connectStart is unchanged. 7 PASS connectStart is unchanged.
8 PASS domComplete is unchanged. 8 PASS domComplete is unchanged.
9 PASS domContentLoadedEventEnd is unchanged. 9 PASS domContentLoadedEventEnd is unchanged.
10 PASS domContentLoadedEventStart is unchanged. 10 PASS domContentLoadedEventStart is unchanged.
11 PASS domInteractive is unchanged. 11 PASS domInteractive is unchanged.
12 PASS domLoading is unchanged. 12 PASS domLoading is unchanged.
13 PASS domainLookupEnd is unchanged. 13 PASS domainLookupEnd is unchanged.
14 PASS domainLookupStart is unchanged. 14 PASS domainLookupStart is unchanged.
15 PASS fetchStart is unchanged. 15 PASS fetchStart is unchanged.
16 PASS loadEventEnd is unchanged. 16 PASS loadEventEnd is unchanged.
17 PASS loadEventStart is unchanged. 17 PASS loadEventStart is unchanged.
18 PASS navigationStart is unchanged. 18 PASS navigationStart is unchanged.
19 PASS redirectEnd is unchanged. 19 PASS redirectEnd is unchanged.
20 PASS redirectStart is unchanged. 20 PASS redirectStart is unchanged.
21 PASS requestStart is unchanged. 21 PASS requestStart is unchanged.
22 PASS responseEnd is unchanged. 22 PASS responseEnd is unchanged.
23 PASS responseStart is unchanged. 23 PASS responseStart is unchanged.
24 PASS secureConnectionStart is unchanged. 24 PASS secureConnectionStart is unchanged.
25 PASS toJSON is unchanged.
25 PASS unloadEventEnd is unchanged. 26 PASS unloadEventEnd is unchanged.
26 PASS unloadEventStart is unchanged. 27 PASS unloadEventStart is unchanged.
27 PASS successfullyParsed is true 28 PASS successfullyParsed is true
28 29
29 TEST COMPLETE 30 TEST COMPLETE
30 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698