summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/1217833-1-ref.html
blob: 9ed72ef3dd51ec3c390d80519e15eb6e33d0755c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
html, body { overflow:hidden }
div{
  background: yellow;
  width:150px;
  height:50px;
  margin: 0 auto;
  text-align:right;
  color: blue;
}
</style>
</head><body><div>test</div></body></html>