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

19 lines
327 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>block-as-inline</title>
<style>
.inline {display: inline;}
</style>
</head>
<body>
<div>
I like:
<div class="inline">A</div>
<div class="inline" dir="rtl">&#x05D0;</div>
<div class="inline" dir="rtl">&#x05D1;</div>
(3 things total).
</div>
</body>
</html>