gecko-dev/layout/reftests/writing-mode/1302734-bidi-plaintext-1b.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 строки
300 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<style>
div {
width: 50px;
height: 100px;
border: 1px solid gray;
display: inline-block;
writing-mode: vertical-rl;
}
</style>
<!-- unicode-bidi:plaintext should resolve to LTR, ignoring the direction property -->
<div style="direction:rtl; unicode-bidi:plaintext;">x</div>