mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
13 lines
253 B
HTML
13 lines
253 B
HTML
|
<html>
|
||
|
<head>
|
||
|
</head>
|
||
|
|
||
|
<body style="display: -moz-inline-grid;">
|
||
|
<div style="display: table;position: relative; float: left;">
|
||
|
<button style="display: table-column-group;">
|
||
|
<iframe style="position: absolute;"></iframe>
|
||
|
</button>
|
||
|
</div>
|
||
|
|
||
|
</body></html>
|