| 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..386e19e2e69ae6e191b0ce46d27cc5e253106744
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/media/video-preload-default-cellular.html
|
| @@ -0,0 +1,7 @@
|
| +<!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>
|
| +<video></video>
|
| +<script>cellular_preload_test();</script>
|
|
|