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

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

Issue 216773002: Relanding Switched main WebRTC browser tests to use a more realistic video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « 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: 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>
« no previous file with comments | « 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