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

19 lines
297 B
HTML

<!DOCTYPE html>
<html dir="rtl">
<head>
<meta charset="utf-8" />
<style>
html, body { overflow:hidden }
div{
background: yellow;
width:150px;
height:50px;
margin: 0 auto;
text-align:right;
}
div:first-line {
color: blue;
}
</style>
</head><body><div dir="rtl">test</div></body></html>