summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/1217833-2.html
blob: 699947a2d3163aa3f2bf776182a6d50d1720c111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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;
}
span {
  background: aqua;
  margin: 0 3px;
  box-decoration-break: clone;
}
</style>
</head><body><div dir="rtl">te<span>stבד</span>יקה</div></body></html>