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

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

Issue 291203002: Adds NetInfo v3 Web API to Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo1
Patch Set: Comment typo Created 6 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: 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 c40bfa32e7a66eb582608f90631ead2bc1cd58fa..3512c3ae5224c11b6daad9cb926cd631cb22e139 100644
--- a/LayoutTests/fast/dom/Window/resources/window-property-collector.js
+++ b/LayoutTests/fast/dom/Window/resources/window-property-collector.js
@@ -64,6 +64,7 @@ function emitExpectedResult(path, expected)
case "navigator.product":
case "navigator.productSub":
case "navigator.vendor":
+ case "navigator.connection.type":
expected = "window." + propertyPath;
break;
case "screen.orientation":

Powered by Google App Engine
This is Rietveld 408576698