Index: trunk/src/chrome/test/data/webrtc/webrtc_jsep01_test.html |
=================================================================== |
--- trunk/src/chrome/test/data/webrtc/webrtc_jsep01_test.html (revision 260283) |
+++ trunk/src/chrome/test/data/webrtc/webrtc_jsep01_test.html (working copy) |
@@ -16,8 +16,10 @@ |
<td>Remote Video</td> |
</tr> |
<tr> |
- <td><video id="local-view" autoplay></video></td> |
- <td><video id="remote-view" autoplay></video></td> |
+ <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> |
</tr> |
</table> |
</body> |