Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bidi/reftest.list
<!DOCTYPE HTML>↩
<html>↩
<head>↩
<title>bidi overrides</title>↩
</head><body>↩
<bdo dir="LTR"> forces ltr<br />↩
<bdo dir="RTL"> forces rtl<br />↩
</bdo> restores bidi<br />↩
<blockquote>↩
this is ltr: <bdo dir="LTR">hello</bdo><br />↩
this is rtl: <bdo dir="RTL">hello</bdo>↩
</blockquote>↩
</body>↩
</html>↩