mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
ade0bafa9a
Differential Revision: https://phabricator.services.mozilla.com/D61593 --HG-- extra : moz-landing-system : lando
17 lines
313 B
HTML
17 lines
313 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<style>
|
|
|
|
body { font-family: monospace; }
|
|
.k { column-count: 2; height:2em; line-height:1em;}
|
|
.fl { float: left; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<caption class="k"><br /><br />A<div class="fl"><table>B C D E F</table><table></table></div></caption>
|
|
|
|
</body>
|
|
</html>
|