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

Side by Side Diff: third_party/WebKit/LayoutTests/netinfo/unregister-during-event-expected.txt

Issue 2903493002: NetInfo network quality extension: Add callbacks and Layout tests (Closed)
Patch Set: haraken comments 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 Tests that it's okay to unregister the event listener while handling the event. 1 Tests that it's okay to unregister the event listener while handling the event.
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 connection.type is newConnectionType 6 PASS connection.type is newConnectionType
7 PASS connection.downlinkMax is newDownlinkMax 7 PASS connection.downlinkMax is newDownlinkMax
8 PASS connection.effectiveType is initialEffectiveType
9 PASS connection.rtt is initialRtt
10 PASS connection.downlink is initialDownlink
8 PASS connection.type is initialType 11 PASS connection.type is initialType
9 PASS connection.downlinkMax is initialDownlinkMax 12 PASS connection.downlinkMax is initialDownlinkMax
13 PASS connection.effectiveType is initialEffectiveType
14 PASS connection.rtt is initialRtt
15 PASS connection.downlink is initialDownlink
10 PASS successfullyParsed is true 16 PASS successfullyParsed is true
11 17
12 TEST COMPLETE 18 TEST COMPLETE
13 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698