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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/resource-timing/test_resource_timing-expected.txt

Issue 2932003002: Implement nextHopProtocol in PerformanceResourceTiming and PerformanceNavigationTiming. (Closed)
Patch Set: Make ConnectionInfoString() return AtomicString Created 3 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
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS window.performance.getEntriesByName() and window.performance.getEntriesByNa meType() return same data (iframe) 2 PASS window.performance.getEntriesByName() and window.performance.getEntriesByNa meType() return same data (iframe)
3 PASS PerformanceEntry has correct name, initiatorType, startTime, and duration ( iframe) 3 PASS PerformanceEntry has correct name, initiatorType, startTime, and duration ( iframe)
4 PASS PerformanceEntry has correct order of timing attributes (iframe) 4 PASS PerformanceEntry has correct order of timing attributes (iframe)
5 PASS PerformanceEntry has correct network transfer attributes (iframe) 5 PASS PerformanceEntry has correct network transfer attributes (iframe)
6 FAIL PerformanceEntry has correct protocol attribute (iframe) assert_equals: exp ected protocol expected (string) "http/1.1" but got (undefined) undefined 6 PASS PerformanceEntry has correct protocol attribute (iframe)
7 PASS window.performance.getEntriesByName() and window.performance.getEntriesByNa meType() return same data (img) 7 PASS window.performance.getEntriesByName() and window.performance.getEntriesByNa meType() return same data (img)
8 PASS PerformanceEntry has correct name, initiatorType, startTime, and duration ( img) 8 PASS PerformanceEntry has correct name, initiatorType, startTime, and duration ( img)
9 PASS PerformanceEntry has correct order of timing attributes (img) 9 PASS PerformanceEntry has correct order of timing attributes (img)
10 PASS PerformanceEntry has correct network transfer attributes (img) 10 PASS PerformanceEntry has correct network transfer attributes (img)
11 FAIL PerformanceEntry has correct protocol attribute (img) assert_equals: expect ed protocol expected (string) "http/1.1" but got (undefined) undefined 11 PASS PerformanceEntry has correct protocol attribute (img)
12 PASS window.performance.getEntriesByName() and window.performance.getEntriesByNa meType() return same data (link) 12 PASS window.performance.getEntriesByName() and window.performance.getEntriesByNa meType() return same data (link)
13 PASS PerformanceEntry has correct name, initiatorType, startTime, and duration ( link) 13 PASS PerformanceEntry has correct name, initiatorType, startTime, and duration ( link)
14 PASS PerformanceEntry has correct order of timing attributes (link) 14 PASS PerformanceEntry has correct order of timing attributes (link)
15 PASS PerformanceEntry has correct network transfer attributes (link) 15 PASS PerformanceEntry has correct network transfer attributes (link)
16 FAIL PerformanceEntry has correct protocol attribute (link) assert_equals: expec ted protocol expected (string) "http/1.1" but got (undefined) undefined 16 PASS PerformanceEntry has correct protocol attribute (link)
17 PASS window.performance.getEntriesByName() and window.performance.getEntriesByNa meType() return same data (script) 17 PASS window.performance.getEntriesByName() and window.performance.getEntriesByNa meType() return same data (script)
18 PASS PerformanceEntry has correct name, initiatorType, startTime, and duration ( script) 18 PASS PerformanceEntry has correct name, initiatorType, startTime, and duration ( script)
19 PASS PerformanceEntry has correct order of timing attributes (script) 19 PASS PerformanceEntry has correct order of timing attributes (script)
20 PASS PerformanceEntry has correct network transfer attributes (script) 20 PASS PerformanceEntry has correct network transfer attributes (script)
21 FAIL PerformanceEntry has correct protocol attribute (script) assert_equals: exp ected protocol expected (string) "http/1.1" but got (undefined) undefined 21 PASS PerformanceEntry has correct protocol attribute (script)
22 FAIL window.performance.getEntriesByName() and window.performance.getEntriesByNa meType() return same data (xmlhttprequest) assert_equals: should have a single e ntry for each resource (without type) expected 1 but got 0 22 FAIL window.performance.getEntriesByName() and window.performance.getEntriesByNa meType() return same data (xmlhttprequest) assert_equals: should have a single e ntry for each resource (without type) expected 1 but got 0
23 FAIL PerformanceEntry has correct name, initiatorType, startTime, and duration ( xmlhttprequest) Cannot read property 'name' of undefined 23 FAIL PerformanceEntry has correct name, initiatorType, startTime, and duration ( xmlhttprequest) Cannot read property 'name' of undefined
24 FAIL PerformanceEntry has correct order of timing attributes (xmlhttprequest) Ca nnot read property 'connectStart' of undefined 24 FAIL PerformanceEntry has correct order of timing attributes (xmlhttprequest) Ca nnot read property 'connectStart' of undefined
25 FAIL PerformanceEntry has correct network transfer attributes (xmlhttprequest) C annot read property 'encodedBodySize' of undefined 25 FAIL PerformanceEntry has correct network transfer attributes (xmlhttprequest) C annot read property 'encodedBodySize' of undefined
26 FAIL PerformanceEntry has correct protocol attribute (xmlhttprequest) Cannot rea d property 'nextHopProtocol' of undefined 26 FAIL PerformanceEntry has correct protocol attribute (xmlhttprequest) Cannot rea d property 'nextHopProtocol' of undefined
27 PASS window.performance Resource Timing Entries exist 27 PASS window.performance Resource Timing Entries exist
28 PASS window.performance Resource Timing Entries exist 1 28 PASS window.performance Resource Timing Entries exist 1
29 PASS window.performance Resource Timing Entries exist 2 29 PASS window.performance Resource Timing Entries exist 2
30 Harness: the test ran to completion. 30 Harness: the test ran to completion.
31 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698