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

Unified Diff: third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt

Issue 2903493002: NetInfo network quality extension: Add callbacks and Layout tests (Closed)
Patch Set: haraken comments Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt b/third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt
index b97504ea934e4873caa5e6042170ec702dc55b95..40ed4828698610eef94052212757c4b53e186e82 100644
--- a/third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt
+++ b/third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt
@@ -12,9 +12,15 @@ PASS navigator.connection.downlink is defined.
PASS typeof connection.type is "string"
PASS connection.type is newConnectionType
PASS connection.downlinkMax is newDownlinkMax
+PASS connection.effectiveType is initialEffectiveType
+PASS connection.rtt is initialRtt
+PASS connection.downlink is initialDownlink
PASS typeof connection.type is "string"
PASS connection.type is initialType
PASS connection.downlinkMax is initialDownlinkMax
+PASS connection.effectiveType is initialEffectiveType
+PASS connection.rtt is initialRtt
+PASS connection.downlink is initialDownlink
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698