| Index: third_party/WebKit/LayoutTests/external/wpt/netinfo/netinfo-effective-type.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/netinfo/netinfo-effective-type.html b/third_party/WebKit/LayoutTests/external/wpt/netinfo/netinfo-effective-type.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9528a81d67c90446b5b6fe82b6f7f32095f3c3ab
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/netinfo/netinfo-effective-type.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<meta charset="utf-8">
|
| +<title>NetInfo Test</title>
|
| +<link rel="help" href="https://wicg.github.io/netinfo/">
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| +
|
| +<script>
|
| +test(function() {
|
| + assert_in_array(navigator.connection.effectiveType, ["slow-2g", "2g",
|
| + "3g", "4g"], 'effectiveType is unexpected');
|
| + });
|
| +</script>
|
|
|