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

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

Issue 9959028: Convert the media and audio UI test to a browser_test. browser_tests are sharded and run quicker, a… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/chrome_tests.gypi ('k') | content/browser/audio_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/media/player.html
===================================================================
--- chrome/test/data/media/player.html (revision 129871)
+++ chrome/test/data/media/player.html (working copy)
@@ -28,8 +28,7 @@
player = document.getElementById('player');
// Install event handlers.
- InstallEventHandler('error',
- 'document.title = "ERROR = " + player.error.code');
+ InstallEventHandler('error', 'document.title = "ERROR"');
InstallEventHandler('playing', 'document.title = "PLAYING"');
// Starts the player.
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/browser/audio_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698