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

Unified Diff: trunk/src/chrome/test/data/webrtc/webrtc_jsep01_test.html

Issue 217553002: Revert 260213 "Relanding Switched main WebRTC browser tests to u..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/chrome/browser/media/webrtc_browsertest_perf.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « trunk/src/chrome/browser/media/webrtc_browsertest_perf.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698