| 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);
|
|
|