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

17 lines
346 B
HTML

<html>
<head>
<style>
body { background: lightblue;}
.first:first-letter { color: red; }
.right { direction: rtl; }
</style>
</head>
<body>
<div class="first"><span>abc</span></div>
<div class="first"><span class="right">def</span></div>
<div class="first right"><span>geh</span></div>
</body>
</html>