Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: third_party/WebKit/LayoutTests/media/video-preload-default-cellular.html

Issue 1381613003: Defer media loading while on cellular networks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698