Commit a3c0a7dc authored by Dale Curtis's avatar Dale Curtis Committed by Commit Bot

Deflake two more tests for preload=metadata lazy load.

BUG=879406,969079
TBR=liberato

Change-Id: Icdc2bc65226bce07331f56311d244e6c2212c551
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637593Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Reviewed-by: default avatarFrank Liberato <liberato@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#665192}
parent 6ddaca34
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
1) the final colored blocks in the series of colored blocks in the 1) the final colored blocks in the series of colored blocks in the
video content box area are respectively: cyan, blue, green video content box area are respectively: cyan, blue, green
2) the video seek point is near 00:000:00.00 --> 2) the video seek point is near 00:000:00.00 -->
<video/> <video preload="auto"/>
</body> </body>
<script> <script>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
width: 60px; width: 60px;
} }
</style> </style>
<video controls muted></video> <video controls muted preload="auto"></video>
<script> <script>
if (window.testRunner) if (window.testRunner)
testRunner.waitUntilDone(); testRunner.waitUntilDone();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment