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

Unified Diff: chrome/test/data/android/media/video-play.html

Issue 2425293003: [Android, Media, Test] Fix VideoTest.java on low-end devices (Closed)
Patch Set: Accidental blank line removed Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/video/VideoTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/media/video-play.html
diff --git a/chrome/test/data/android/media/video-play.html b/chrome/test/data/android/media/video-play.html
index a95ca41d3f14859d638da780f78b116461b85ea7..5d36f4e7a0b58a07ef005f476e2564e20516e4c2 100644
--- a/chrome/test/data/android/media/video-play.html
+++ b/chrome/test/data/android/media/video-play.html
@@ -18,6 +18,7 @@
mediaElement.play();
}
+ mediaElement.load();
</script>
<button id="button1" onclick="playvideo()">Click me</button>
</body>
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/video/VideoTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698