Index: content/test/data/media/peerconnection-call.html |
diff --git a/content/test/data/media/peerconnection-call.html b/content/test/data/media/peerconnection-call.html |
index c1ba13691df284e4c955678b541b6f6f2a32ad7b..6b51273f3e45b967f0497a7c9fb8269d60c078c4 100644 |
--- a/content/test/data/media/peerconnection-call.html |
+++ b/content/test/data/media/peerconnection-call.html |
@@ -912,23 +912,16 @@ |
<body> |
<table border="0"> |
<tr> |
- <td>Local Preview</td> |
- <td>Remote Stream for Connection 1</td> |
- <td>Remote Stream for Connection 2</td> |
- <td>Remote Stream for Connection 3</td> |
- <td>Remote Stream for Connection 4</td> |
- </tr> |
- <tr> |
- <td><video width="320" height="240" id="local-view" autoplay muted> |
- </video></td> |
- <td><video width="320" height="240" id="remote-view-1" autoplay> |
- </video></td> |
- <td><video width="320" height="240" id="remote-view-2" autoplay> |
- </video></td> |
- <td><video width="320" height="240" id="remote-view-3" autoplay> |
- </video></td> |
- <td><video width="320" height="240" id="remote-view-4" autoplay> |
- </video></td> |
+ <td><video width="320" height="240" id="local-view" style="display:none" |
+ autoplay muted></video></td> |
+ <td><video width="320" height="240" id="remote-view-1" |
+ style="display:none" autoplay></video></td> |
+ <td><video width="320" height="240" id="remote-view-2" |
+ style="display:none" autoplay></video></td> |
+ <td><video width="320" height="240" id="remote-view-3" |
+ style="display:none" autoplay></video></td> |
+ <td><video width="320" height="240" id="remote-view-4" |
+ style="display:none" autoplay></video></td> |
<!-- Canvases are named after their corresponding video elements. --> |
<td><canvas width="320" height="240" id="remote-view-1-canvas" |
style="display:none"></canvas></td> |