Bug 1131013 followup - make the vertical-bidi reftest more robust across platform/font differences. r=smontagu

DONTBUILD since this test directory is not yet enabled.
This commit is contained in:
Jonathan Kew 2015-02-20 09:52:16 +00:00
parent e0c6e2d4fb
commit 09e06bd652
2 changed files with 8 additions and 4 deletions

View File

@ -6,14 +6,16 @@
<style type="text/css">
div {
writing-mode: vertical-rl;
height: 150px;
text-orientation: sideways-right;
height: 200px;
width: 100px;
text-align: end;
background: yellow;
line-height: 1.5em;
}
</style>
</head>
<body>
<div><b>ג bar</b> ב foo א</b></div>
<div>xyz <b>ג bar</b> ב foo א abc</div>
</body>
</html>

View File

@ -6,14 +6,16 @@
<style type="text/css">
div {
writing-mode: vertical-rl;
height: 150px;
text-orientation: sideways-right;
height: 200px;
width: 100px;
text-align: start;
background: yellow;
line-height: 1.5em;
}
</style>
</head>
<body>
<div dir="rtl">א foo ב <b>bar ג</b></div>
<div dir="rtl">abc א foo ב <b>bar ג</b> xyz</div>
</body>
</html>