| 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 826e4c7871ece8912aec6fb17241305b983553a8..cd6e47cce4f88bfe4d3e0156b907a262c0037d2c 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,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":
|
|
|