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 fd228a0a94ddf534a55eeb54a2f0000a00f6ff36..9cda6367c62ffc2f3ac09a464318360060b264cf 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 |
@@ -46,6 +46,10 @@ function emitExpectedResult(path, expected) |
return; |
if (propertyPath == 'navigator.connection.downlinkMax') |
return; |
+ if (propertyPath == 'navigator.connection.rtt') |
+ return; |
+ if (propertyPath == 'navigator.connection.downlink') |
+ return; |
switch (propertyPath) { |
case "location.href": |