Chromium Code Reviews| Index: content/test/data/net_info.html |
| diff --git a/content/test/data/net_info.html b/content/test/data/net_info.html |
| index 0bf6d0c888c6e21be378bded0c432e94128fff11..58f4702d5ac8f9c584df39991a6eb55ec932f2c8 100644 |
| --- a/content/test/data/net_info.html |
| +++ b/content/test/data/net_info.html |
| @@ -14,6 +14,10 @@ function getOnLine() { |
| sendValueToTest(navigator.onLine); |
| } |
| +function getEffectiveType() { |
| + sendValueToTest(navigator.connection.effectiveType); |
| +} |
| + |
| function getRtt() { |
| sendValueToTest(navigator.connection.rtt.toString()); |
| } |