Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bidi/reftest.list
<!DOCTYPE html>
<html>
<head>
<style>
div {
border: 1px solid black;
font-family: monospace;
width: 10ch;
}
</style>
</head>
<body onload="document.getElementById('r').style.direction = 'rtl';">
<div>
<span id="r">
<span style="unicode-bidi: bidi-override; color: blue;">abcd abcd abcd</span>
foo
</span>
</div>
</body>
</html>