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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/media/video-throttled-load-metadata.html

Issue 1509663003: make multibuffer work with layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_cache.integrate3
Patch Set: merged & formatted 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
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/media/video-throttled-load-metadata.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-throttled-load-metadata.html b/third_party/WebKit/LayoutTests/http/tests/media/video-throttled-load-metadata.html
index 8f4f2bb1ae2d4beeccd3167767a32dc94a2d97ed..6702bf14df2141b79b9ddffaef14539ffe39dd56 100644
--- a/third_party/WebKit/LayoutTests/http/tests/media/video-throttled-load-metadata.html
+++ b/third_party/WebKit/LayoutTests/http/tests/media/video-throttled-load-metadata.html
@@ -32,7 +32,8 @@
// Use a .webm to ensure metadata is near the beginning of the file.
var mediaFile = "resources/media-source/webm/test.webm";
video.src = "http://127.0.0.1:8000/media/video-throttled-load.cgi?" +
- "nph=1&name=" + mediaFile + "&throttle=40&type=video/webm";
+ "nph=1&name=" + mediaFile + "&throttle=40&type=video/webm" +
+ "avoidCache=" + Math.random();
video.load();
}
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698