summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/1217833-1.html
blob: 2a1eea325937536bad0219018039b7675e818f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>