| 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')
|
|
|