| Index: third_party/WebKit/LayoutTests/netinfo/estimate-basic-operation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt b/third_party/WebKit/LayoutTests/netinfo/estimate-basic-operation-expected.txt
|
| similarity index 64%
|
| copy from third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt
|
| copy to third_party/WebKit/LayoutTests/netinfo/estimate-basic-operation-expected.txt
|
| index b97504ea934e4873caa5e6042170ec702dc55b95..9bdf4c362dcef0797ee6204ac32156820d8cf07d 100644
|
| --- a/third_party/WebKit/LayoutTests/netinfo/basic-operation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/netinfo/estimate-basic-operation-expected.txt
|
| @@ -10,11 +10,17 @@ PASS navigator.connection.effectiveType is defined.
|
| PASS navigator.connection.rtt is defined.
|
| PASS navigator.connection.downlink is defined.
|
| PASS typeof connection.type is "string"
|
| -PASS connection.type is newConnectionType
|
| -PASS connection.downlinkMax is newDownlinkMax
|
| +PASS connection.type is initialType
|
| +PASS connection.downlinkMax is initialDownlinkMax
|
| +PASS connection.effectiveType is newEffectiveType
|
| +PASS connection.rtt is newRtt
|
| +PASS connection.downlink is newDownlink
|
| PASS typeof connection.type is "string"
|
| PASS connection.type is initialType
|
| PASS connection.downlinkMax is initialDownlinkMax
|
| +PASS connection.effectiveType is initialEffectiveType
|
| +PASS connection.rtt is initialRtt
|
| +PASS connection.downlink is initialDownlink
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|