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

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: Update test expectations Created 5 years, 4 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: LayoutTests/netinfo/basic-operation-expected.txt
diff --git a/LayoutTests/netinfo/basic-operation-expected.txt b/LayoutTests/netinfo/basic-operation-expected.txt
index 14dda2f81bf5fe7b180c55f3d4dabcac8f32ade8..83584698a8a5f64a7726b6351afc7a03650b03b8 100644
--- a/LayoutTests/netinfo/basic-operation-expected.txt
+++ b/LayoutTests/netinfo/basic-operation-expected.txt
@@ -5,8 +5,10 @@ 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 successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698