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

Unified Diff: webkit/data/media/bear.html

Issue 3038010: Roll webkit DEPS 63669:63692. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: deps Created 10 years, 5 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 | « DEPS ('k') | webkit/data/media/manybear.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/media/bear.html
diff --git a/webkit/data/media/bear.html b/webkit/data/media/bear.html
index 1dde7446fdd44b2d31812e986f4fec803c828c32..9cc3682bd1b70ccf6da5a53f09062a513a1314d4 100644
--- a/webkit/data/media/bear.html
+++ b/webkit/data/media/bear.html
@@ -5,7 +5,7 @@
layoutTestController.waitUntilDone();
var v = document.getElementById('v');
- v.addEventListener('load', function() {
+ v.addEventListener('canplaythrough', function() {
window.setTimeout("layoutTestController.notifyDone();", 1000);
}, false);
v.src = 'bear_silent.ogv';
« no previous file with comments | « DEPS ('k') | webkit/data/media/manybear.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698