mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
303 B
HTML
24 lines
303 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<style>
|
||
|
div {
|
||
|
border: 1px solid black;
|
||
|
font-family: monospace;
|
||
|
width: 10ch;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div>
|
||
|
<span style="direction: rtl;">
|
||
|
<span style="unicode-bidi: bidi-override; color: blue;">abcd abcd abcd</span>
|
||
|
foo
|
||
|
</span>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|