tenfourfox/layout/reftests/bidi/381279-1-ref.html

24 lines
303 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>