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

Unified Diff: LayoutTests/netinfo/type-change-no-listener.html

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
Index: LayoutTests/netinfo/type-change-no-listener.html
diff --git a/LayoutTests/netinfo/type-change-no-listener.html b/LayoutTests/netinfo/type-change-no-listener.html
index 78a00af61d85ce5d0bc985a05471fdb9fb871958..8a6b2aa1a7a05a977b6644531b0bfac0cb5d0075 100644
--- a/LayoutTests/netinfo/type-change-no-listener.html
+++ b/LayoutTests/netinfo/type-change-no-listener.html
@@ -7,8 +7,9 @@
<script>
description('Tests that the type changes without an active listener');
-internals.setNetworkConnectionInfo(newConnectionType);
+internals.setNetworkConnectionInfo(newConnectionType, newDownlinkMax);
shouldBe('connection.type', 'newConnectionType');
+shouldBe('connection.downlinkMax', 'newDownlinkMax');
finishJSTest();
</script>
« no previous file with comments | « LayoutTests/netinfo/resources/web-worker.js ('k') | LayoutTests/netinfo/type-change-no-listener-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698