Bug 1880804 [wpt PR 44645] - Implement constructor in RTCEncodedVideoFrame, a=testonly
[gecko.git] / layout / reftests / bugs / 233094-2c.html
blob37f7b06b2284a0cabdd1c573ee060285fe8baa4d
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <body onload="document.getElementById('foo').style.cssFloat='left'">
6 <div style="display: table; margin-left: 100px">
7 <div style="display: table-row">
8 <div style="display: table-cell" id="foo">
9 <input type="text" value="This is a test">
10 </div>
11 </div>
12 </div>
14 </body>
15 </html>