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

Side by Side Diff: LayoutTests/http/tests/misc/webtiming-origins-expected.txt

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 1 month 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
2
3 --------
4 Frame: '<!--framePath //<!--frame0-->-->'
5 --------
6 Web Timing should report zeros for redirects and unload since there was no prece ding page.
7
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
9
10
11 PASS timing.connectEnd is non-zero.
12 PASS timing.connectStart is non-zero.
13 PASS timing.domComplete is non-zero.
14 PASS timing.domContentLoadedEventEnd is non-zero.
15 PASS timing.domContentLoadedEventStart is non-zero.
16 PASS timing.domInteractive is non-zero.
17 PASS timing.domLoading is non-zero.
18 PASS timing.domainLookupEnd is non-zero.
19 PASS timing.domainLookupStart is non-zero.
20 PASS timing.fetchStart is non-zero.
21 PASS timing.loadEventEnd is 0
22 PASS timing.loadEventStart is non-zero.
23 PASS timing.navigationStart is non-zero.
24 PASS timing.redirectEnd is 0
25 PASS timing.redirectStart is 0
26 PASS timing.requestStart is non-zero.
27 PASS timing.responseEnd is non-zero.
28 PASS timing.responseStart is non-zero.
29 PASS timing.secureConnectionStart is 0
30 PASS timing.unloadEventEnd is 0
31 PASS timing.unloadEventStart is 0
32 PASS navigation.redirectCount is 0
33 PASS successfullyParsed is true
34
35 TEST COMPLETE
36
37
38 --------
39 Frame: '<!--framePath //<!--frame1-->-->'
40 --------
41 Web Timing should zero out redirect stats after a cross-origin redirect.
42
43 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
44
45
46 PASS timing.connectEnd is non-zero.
47 PASS timing.connectStart is non-zero.
48 PASS timing.domComplete is non-zero.
49 PASS timing.domContentLoadedEventEnd is non-zero.
50 PASS timing.domContentLoadedEventStart is non-zero.
51 PASS timing.domInteractive is non-zero.
52 PASS timing.domLoading is non-zero.
53 PASS timing.domainLookupEnd is non-zero.
54 PASS timing.domainLookupStart is non-zero.
55 PASS timing.fetchStart is non-zero.
56 PASS timing.loadEventEnd is 0
57 PASS timing.loadEventStart is non-zero.
58 PASS timing.navigationStart is non-zero.
59 PASS timing.redirectEnd is 0
60 PASS timing.redirectStart is 0
61 PASS timing.requestStart is non-zero.
62 PASS timing.responseEnd is non-zero.
63 PASS timing.responseStart is non-zero.
64 PASS timing.secureConnectionStart is 0
65 PASS timing.unloadEventEnd is 0
66 PASS timing.unloadEventStart is 0
67 PASS navigation.redirectCount is 0
68 PASS successfullyParsed is true
69
70 TEST COMPLETE
71
72
73 --------
74 Frame: '<!--framePath //<!--frame2-->-->'
75 --------
76 If the destination and previous page have the same origin, then Web Timing shoul d report unload timing.
77
78 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
79
80
81 PASS timing.connectEnd is non-zero.
82 PASS timing.connectStart is non-zero.
83 PASS timing.domComplete is non-zero.
84 PASS timing.domContentLoadedEventEnd is non-zero.
85 PASS timing.domContentLoadedEventStart is non-zero.
86 PASS timing.domInteractive is non-zero.
87 PASS timing.domLoading is non-zero.
88 PASS timing.domainLookupEnd is non-zero.
89 PASS timing.domainLookupStart is non-zero.
90 PASS timing.fetchStart is non-zero.
91 PASS timing.loadEventEnd is 0
92 PASS timing.loadEventStart is non-zero.
93 PASS timing.navigationStart is non-zero.
94 PASS timing.redirectEnd is 0
95 PASS timing.redirectStart is 0
96 PASS timing.requestStart is non-zero.
97 PASS timing.responseEnd is non-zero.
98 PASS timing.responseStart is non-zero.
99 PASS timing.secureConnectionStart is 0
100 PASS timing.unloadEventEnd is 0
101 PASS timing.unloadEventStart is 0
102 PASS navigation.redirectCount is 0
103 PASS successfullyParsed is true
104
105 TEST COMPLETE
106
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/misc/webtiming-origins.html ('k') | LayoutTests/http/tests/navigation/back-twice-without-commit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698