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

Unified Diff: tools/perf/page_sets/tough_video_cases/video.html

Issue 70333004: Telemetry: make media perf tests log errors rather than timing out (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « tools/perf/metrics/media.py ('k') | tools/telemetry/telemetry/page/actions/loop.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_video_cases/video.html
diff --git a/tools/perf/page_sets/tough_video_cases/video.html b/tools/perf/page_sets/tough_video_cases/video.html
index e7e0334ece5a542377eccf3390aa80bb5ab2d8f9..24d82ca5cbea893c4bc638fb04303c234eefc56e 100644
--- a/tools/perf/page_sets/tough_video_cases/video.html
+++ b/tools/perf/page_sets/tough_video_cases/video.html
@@ -29,6 +29,7 @@
testElement = document.createElement(qsParams["type"]);
if (qsParams["id"])
testElement.id = qsParams["id"];
+ testElement.preload = "none";
testElement.src = qsParams["src"];
testElement.controls = true;
document.body.appendChild(testElement);
« no previous file with comments | « tools/perf/metrics/media.py ('k') | tools/telemetry/telemetry/page/actions/loop.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698