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

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

Issue 1528843004: Only force preload=none over cellular for http, https, ftp URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media
Patch Set: Created 5 years 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/http/tests/media/video-preload-default-cellular.html
diff --git a/third_party/WebKit/LayoutTests/media/video-preload-default-cellular.html b/third_party/WebKit/LayoutTests/http/tests/media/video-preload-default-cellular.html
similarity index 81%
rename from third_party/WebKit/LayoutTests/media/video-preload-default-cellular.html
rename to third_party/WebKit/LayoutTests/http/tests/media/video-preload-default-cellular.html
index 386e19e2e69ae6e191b0ce46d27cc5e253106744..6735186dfbab96986784de537af3c9b275143bd7 100644
--- a/third_party/WebKit/LayoutTests/media/video-preload-default-cellular.html
+++ b/third_party/WebKit/LayoutTests/http/tests/media/video-preload-default-cellular.html
@@ -4,4 +4,4 @@
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<video></video>
-<script>cellular_preload_test();</script>
+<script>cellular_preload_test(false, 'auto', 'none');</script>

Powered by Google App Engine
This is Rietveld 408576698