Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bidi/reftest.list
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
p {
unicode-bidi:bidi-override;
direction:rtl;
text-align:left;
}
</style>
</head>
<body>
<!-- some paired chars that should mirror in RTL text -->
<p>a(b)c</p>
<p>a[b]c</p>
<p>a{b}c</p>
<p>a<b>c</p>
</body>
</html>