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

15 lines
268 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>bidi overrides</title>
</head><body>
&amp;#x202d; forces ltr<br />
&amp;#x202e; forces rtl<br />
&amp;#x202c; restores bidi<br />
<blockquote>
this is ltr: hello<br />
this is rtl: olleh
</blockquote>
</body>
</html>