Chromium Code Reviews| Index: chrome/test/data/android/media/simple_video.html |
| diff --git a/chrome/test/data/android/media/simple_video.html b/chrome/test/data/android/media/simple_video.html |
| index 4a6496e08d0835a330a54256783d5a86296a596a..7349f524db54cec23630995001557ca430beaa30 100644 |
| --- a/chrome/test/data/android/media/simple_video.html |
| +++ b/chrome/test/data/android/media/simple_video.html |
| @@ -1,6 +1,8 @@ |
| <html> |
| <title>test</title> |
| <body bgcolor="Silver"> |
| -<video src="test.webm" controls id="video"></video> |
| +<!-- Width should be large enough to dispaly all media controls without needing |
| +an overflow menu. --> |
| +<video src="test.webm" controls id="video" width=500></video> |
| </body> |
| </html> |