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

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

Issue 2883763002: Expose ECT to render frames, Blink and NetInfo (Closed)
Patch Set: rebased Created 3 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: third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js
index cd6e47cce4f88bfe4d3e0156b907a262c0037d2c..ff0321d3f34578da1aa548a403cfad67d3e3e69a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/resources/window-property-collector.js
@@ -49,6 +49,8 @@ function emitExpectedResult(path, expected)
return;
if (propertyPath == 'navigator.connection.downlinkMax')
return;
+ if (propertyPath == 'navigator.connection.effectiveType')
+ return;
if (propertyPath == 'navigator.connection.rtt')
return;
if (propertyPath == 'navigator.connection.downlink')

Powered by Google App Engine
This is Rietveld 408576698