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

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

Issue 1308943005: [NetInfo] Add Blink support for connection.change, connection.downlinkMax, and wimax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 3 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
« no previous file with comments | « LayoutTests/netinfo/basic-operation.html ('k') | LayoutTests/netinfo/connection-types.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/netinfo/basic-operation-expected.txt
diff --git a/LayoutTests/netinfo/basic-operation-expected.txt b/LayoutTests/netinfo/basic-operation-expected.txt
index 14dda2f81bf5fe7b180c55f3d4dabcac8f32ade8..caa02711071bd7b75a2ac64cac8d74400a97860c 100644
--- a/LayoutTests/netinfo/basic-operation-expected.txt
+++ b/LayoutTests/netinfo/basic-operation-expected.txt
@@ -5,8 +5,13 @@ 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 typeof connection.type is "string"
PASS connection.type is newConnectionType
+PASS connection.downlinkMax is newDownlinkMax
+PASS typeof connection.type is "string"
+PASS connection.type is initialType
+PASS connection.downlinkMax is initialDownlinkMax
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/netinfo/basic-operation.html ('k') | LayoutTests/netinfo/connection-types.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698