| Index: third_party/WebKit/LayoutTests/netinfo/type-change-no-listener.html
|
| diff --git a/third_party/WebKit/LayoutTests/netinfo/type-change-no-listener.html b/third_party/WebKit/LayoutTests/netinfo/type-change-no-listener.html
|
| index 5f6d2924911fd0af5f6127b4a1d440d477dfa3db..cc1bc2c991c299d6101edf9b3c875028f07da2c3 100644
|
| --- a/third_party/WebKit/LayoutTests/netinfo/type-change-no-listener.html
|
| +++ b/third_party/WebKit/LayoutTests/netinfo/type-change-no-listener.html
|
| @@ -8,8 +8,12 @@
|
| description('Tests that the type changes without an active listener');
|
|
|
| internals.setNetworkConnectionInfoOverride(isTypeOnline(newConnectionType), newConnectionType, newDownlinkMax);
|
| +internals.setNetworkQualityInfoOverride(newEffectiveType, newRtt, newDownlink);
|
| shouldBe('connection.type', 'newConnectionType');
|
| shouldBe('connection.downlinkMax', 'newDownlinkMax');
|
| +shouldBe('connection.effectiveType', 'newEffectiveType');
|
| +shouldBe('connection.rtt', 'newRtt');
|
| +shouldBe('connection.downlink', 'newDownlink');
|
|
|
| finishJSTest();
|
| </script>
|
|
|