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

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

Issue 2863973003: Expose RTT and downlink bandwidth using experimental Javascript API (Closed)
Patch Set: Rebased 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 caa02711071bd7b75a2ac64cac8d74400a97860c..ea557246b960296a66a69e10cc2aaf75a9a2d768 100644
--- a/third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt
+++ b/third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt
@@ -6,6 +6,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS navigator.connection is defined.
PASS navigator.connection.type is defined.
PASS navigator.connection.downlinkMax is defined.
+PASS navigator.connection.rtt is defined.
+PASS navigator.connection.downlink is defined.
PASS typeof connection.type is "string"
PASS connection.type is newConnectionType
PASS connection.downlinkMax is newDownlinkMax

Powered by Google App Engine
This is Rietveld 408576698