tenfourfox/layout/reftests/bidi/115921-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
286 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>bidi overrides</title>
</head><body>
&lt;bdo dir="LTR"&gt; forces ltr<br />
&lt;bdo dir="RTL"&gt; forces rtl<br />
&lt;/bdo&gt; restores bidi<br />
<blockquote>
this is ltr: hello<br />
this is rtl: olleh
</blockquote>
</body>
</html>