Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit cd22a6c

Browse files
Merge pull request #22 from webrtc/update-iframe-page
Updating iframe page based on the Issue 255
2 parents 3dabb05 + b7068aa commit cd22a6c

2 files changed

Lines changed: 25 additions & 7 deletions

File tree

src/css/main.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,20 @@ h2 {
197197
margin: 0 0 0.8em 0;
198198
}
199199

200+
table, td, th {
201+
border: 1px solid black;
202+
}
203+
204+
table {
205+
border-collapse: collapse;
206+
width: 100%;
207+
}
208+
209+
td {
210+
height: 50px;
211+
vertical-align: bottom;
212+
}
213+
200214
div {
201215
background: white;
202216
}

src/iframe-apprtc/index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
3-
Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
3+
Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
44
55
Use of this source code is governed by a BSD-style license
66
that can be found in the LICENSE file in the root of the source
@@ -14,11 +14,15 @@
1414
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
1515
</head>
1616
<body>
17-
AppRTC in an &lt;iframe&gt; element: To be deprecated in M64 (~ Jan 2018) <br>
18-
<iframe width="50%" height="600px" src="//appr.tc"></iframe>
19-
<hr>
20-
To test website still uses cross-origin iframes <br>
21-
<iframe width="50%" height="600px" src="//appr.tc" allow="geolocation; microphone; camera"></iframe>
22-
<hr>
17+
<table>
18+
<tr>
19+
<th>AppRTC in an &lt;iframe&gt; element: To be deprecated in M64 (~Jan 2018)</th>
20+
<th>To test website still uses cross-origin IFRAMES</th>
21+
</tr>
22+
<tr>
23+
<td><iframe width="100%" height="500px" src="//appr.tc"></iframe></td>
24+
<td><iframe width="100%" height="500px" src="//appr.tc" allow="geolocation; microphone; camera"></iframe></td>
25+
</tr>
26+
</table>
2327
</body>
2428
</html>

0 commit comments

Comments
 (0)