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

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

Issue 2466273006: Allow metadata preload on cellular connections and disallow autoplay muted for low end devices. (Closed)
Patch Set: add not allowed value Created 4 years, 1 month 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-override-cellular.html
diff --git a/third_party/WebKit/LayoutTests/media/video-preload-override-cellular.html b/third_party/WebKit/LayoutTests/media/video-preload-override-cellular.html
deleted file mode 100644
index 7f7024aebd2fd15aacf19b3b871563aa8aa8c5e3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-preload-override-cellular.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<!doctype html>
-<title>Tests that preload is overridden 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 preload="metadata"></video>
-<script>cellular_preload_test();</script>

Powered by Google App Engine
This is Rietveld 408576698