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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-preload-override-cellular-expected.html

Issue 1276143002: Defer media loading while on cellular networks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup. 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <title>Tests that preload is overridden to none for cellular connections.</title >
3 <style>
4 /* Use a black background to see failures; the video clip is a white square. */
5 body { background-color: black; }
6 </style>
7 <video src="resources/test-positive-start-time.webm" preload="none"></video>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698