mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
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:
parent
e0c6e2d4fb
commit
09e06bd652
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user