| Index: third_party/WebKit/LayoutTests/media/video-preload-default-cellular.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/video-preload-default-cellular.html b/third_party/WebKit/LayoutTests/media/video-preload-default-cellular.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9ded613efb2833cfc09805beacd76462fdf9e777
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/media/video-preload-default-cellular.html
|
| @@ -0,0 +1,8 @@
|
| +<!doctype html>
|
| +<title>Tests that preload defaults to none for cellular connections.</title>
|
| +<script src="video-preload-cellular-test.js"></script>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| +<script>
|
| +async_test(CellularPreloadTest());
|
| +</script>
|
|
|