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

Side by Side Diff: LayoutTests/http/tests/misc/webtiming-cross-origin-and-back-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 If the destination and previous page have the same origin, then Web Timing shoul d report unload timing. 1 If the destination and previous page have the same origin, then Web Timing shoul d report unload timing.
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 timing.connectEnd is non-zero. 6 PASS timing.connectEnd is non-zero.
7 PASS timing.connectStart is non-zero. 7 PASS timing.connectStart is non-zero.
8 PASS timing.domComplete is non-zero. 8 PASS timing.domComplete is non-zero.
9 PASS timing.domContentLoadedEventEnd is non-zero. 9 PASS timing.domContentLoadedEventEnd is non-zero.
10 PASS timing.domContentLoadedEventStart is non-zero. 10 PASS timing.domContentLoadedEventStart is non-zero.
11 PASS timing.domInteractive is non-zero. 11 PASS timing.domInteractive is non-zero.
12 PASS timing.domLoading is non-zero. 12 PASS timing.domLoading is non-zero.
13 PASS timing.domainLookupEnd is non-zero. 13 PASS timing.domainLookupEnd is non-zero.
14 PASS timing.domainLookupStart is non-zero. 14 PASS timing.domainLookupStart is non-zero.
15 PASS timing.fetchStart is non-zero. 15 PASS timing.fetchStart is non-zero.
16 PASS timing.loadEventEnd is 0 16 PASS timing.loadEventEnd is 0
17 PASS timing.loadEventStart is non-zero. 17 PASS timing.loadEventStart is non-zero.
18 PASS timing.navigationStart is non-zero. 18 PASS timing.navigationStart is non-zero.
19 PASS timing.redirectEnd is 0 19 PASS timing.redirectEnd is 0
20 PASS timing.redirectStart is 0 20 PASS timing.redirectStart is 0
21 PASS timing.requestStart is non-zero. 21 PASS timing.requestStart is non-zero.
22 PASS timing.responseEnd is non-zero. 22 PASS timing.responseEnd is non-zero.
23 PASS timing.responseStart is non-zero. 23 PASS timing.responseStart is non-zero.
24 PASS timing.secureConnectionStart is 0 24 PASS timing.secureConnectionStart is 0
25 PASS timing.toJSON is non-zero.
25 PASS timing.unloadEventEnd is 0 26 PASS timing.unloadEventEnd is 0
26 PASS timing.unloadEventStart is 0 27 PASS timing.unloadEventStart is 0
27 PASS navigation.redirectCount is 0 28 PASS navigation.redirectCount is 0
28 PASS successfullyParsed is true 29 PASS successfullyParsed is true
29 30
30 TEST COMPLETE 31 TEST COMPLETE
31 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698