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

Unified Diff: chrome/test/data/media/html/media_event.html

Issue 7003131: Adding HTML5 track(caption) test case in PyAuto media functional tests. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add basic media track event test in media functional test. Created 9 years, 6 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 | « no previous file | chrome/test/functional/PYAUTO_TESTS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/media/html/media_event.html
diff --git a/chrome/test/data/media/html/media_event.html b/chrome/test/data/media/html/media_event.html
index 3c0cb57d59011c521d305a261a01dddbf47f155e..7e993d8e4f2a40cea820fd6f05eb51bd57519213 100644
--- a/chrome/test/data/media/html/media_event.html
+++ b/chrome/test/data/media/html/media_event.html
@@ -22,7 +22,8 @@ var events = ['abort', 'canplay', 'canplaythrough', 'durationchange', 'emptied',
'ended', 'error', 'load', 'loadeddata', 'loadedmetadata',
'loadstart', 'pause', 'play', 'playing', 'progress',
'ratechange', 'seeked', 'seeking', 'stalled', 'suspend',
- 'timeupdate', 'volumechange', 'waiting']
+ 'timeupdate', 'volumechange', 'waiting',
+ 'cuechange', 'enter', 'exit', 'change'];
var startTime = 0
« no previous file with comments | « no previous file | chrome/test/functional/PYAUTO_TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698