Chromium Code Reviews| Index: chrome/test/data/media/player.html |
| =================================================================== |
| --- chrome/test/data/media/player.html (revision 129871) |
| +++ chrome/test/data/media/player.html (working copy) |
| @@ -29,7 +29,7 @@ |
| // Install event handlers. |
| InstallEventHandler('error', |
|
scherkus (not reviewing)
2012/03/30 19:53:08
nit: fit on one line?
jam
2012/03/30 20:19:06
Done.
|
| - 'document.title = "ERROR = " + player.error.code'); |
| + 'document.title = "ERROR"'); |
| InstallEventHandler('playing', 'document.title = "PLAYING"'); |
| // Starts the player. |