This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
200214div {
201215 background : white;
202216}
Original file line number Diff line number Diff line change 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
1414 < meta http-equiv ="X-UA-Compatible " content ="chrome=1 "/>
1515</ head >
1616< body >
17- AppRTC in an <iframe> 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 <iframe> 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 >
You can’t perform that action at this time.
0 commit comments