Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / netinfo / basic-operation-expected.txt
blobcaa02711071bd7b75a2ac64cac8d74400a97860c
1 Tests the basic operation of NetInfo.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS navigator.connection is defined.
7 PASS navigator.connection.type is defined.
8 PASS navigator.connection.downlinkMax is defined.
9 PASS typeof connection.type is "string"
10 PASS connection.type is newConnectionType
11 PASS connection.downlinkMax is newDownlinkMax
12 PASS typeof connection.type is "string"
13 PASS connection.type is initialType
14 PASS connection.downlinkMax is initialDownlinkMax
15 PASS successfullyParsed is true
17 TEST COMPLETE