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

Unified Diff: LayoutTests/fast/dom/Window/resources/window-property-collector.js

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/fast/dom/Window/resources/window-property-collector.js
diff --git a/LayoutTests/fast/dom/Window/resources/window-property-collector.js b/LayoutTests/fast/dom/Window/resources/window-property-collector.js
index 151aa160c1ba8cf876e35d7d32f47e7b4f26f8fa..5cbd31604727f7d460aacdc363de3862d429c387 100644
--- a/LayoutTests/fast/dom/Window/resources/window-property-collector.js
+++ b/LayoutTests/fast/dom/Window/resources/window-property-collector.js
@@ -47,6 +47,8 @@ function emitExpectedResult(path, expected)
// Connection type depends on the host, skip.
if (propertyPath == 'navigator.connection.type')
return;
+ if (propertyPath == 'navigator.connection.downlinkMax')
+ return;
switch (propertyPath) {
case "location.href":

Powered by Google App Engine
This is Rietveld 408576698