summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/unicode-bidi-isolate-basic-ref.html
blob: 3009ca35fde6bd915bdcf2b3b915bb979deedd9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>