Index: chrome/test/data/webrtc/webrtc_jsep01_test.html |
diff --git a/chrome/test/data/webrtc/webrtc_jsep01_test.html b/chrome/test/data/webrtc/webrtc_jsep01_test.html |
index 7270dc7d031bae6064e3fdb58fe09e336bda608f..2f66f6e76e50784d5ec5bf732ec457928569623e 100644 |
--- a/chrome/test/data/webrtc/webrtc_jsep01_test.html |
+++ b/chrome/test/data/webrtc/webrtc_jsep01_test.html |
@@ -16,10 +16,8 @@ |
<td>Remote Video</td> |
</tr> |
<tr> |
- <td><video width="320" height="240" id="local-view" |
- autoplay="autoplay"></video></td> |
- <td><video width="320" height="240" id="remote-view" |
- autoplay="autoplay"></video></td> |
+ <td><video id="local-view" autoplay></video></td> |
+ <td><video id="remote-view" autoplay></video></td> |
</tr> |
</table> |
</body> |