mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
23 lines
538 B
HTML
23 lines
538 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<script type="text/javascript" src="unicode-bidi-isolate-basic.js"></script>
|
|
<style>
|
|
.resultsDiv {
|
|
-moz-column-width: 3em;
|
|
-webkit-column-width: 3em;
|
|
-moz-column-gap: 5em;
|
|
-webkit-column-gap: 5em;
|
|
text-align: left;
|
|
}
|
|
.enclosed { display: inline-block; }
|
|
</style>
|
|
</head>
|
|
<body onload="buildTable();">
|
|
<div id="resultsContainer" style="position: relative">
|
|
<div id="elem" class="resultsDiv"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|