summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-break/box-decoration-break-bug-1235152-ref.html
blob: ec53798020d68187a27727f8fa36460a11237a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE HTML>
<html><head>
    <meta charset="utf-8">
    <title>Testcase for bug 1235152</title>
    <style type="text/css">
html,body {
  color:black; background-color:white; font: 16px monospace;
}

div {
  float: left;
  background: #ccc;
  clear: both;
  padding-left: 10px;
}

.rtl {
  direction: rtl;
}
.pr {
  padding-left: 0;
  padding-right: 13px;
}
.plr {
  padding-right: 13px;
}

</style>
</head>
<body>

<div class="rtl">
  <span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>

<div class="rtl pr">
  <span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>

<div class="rtl plr">
  <span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>

<div class="rtl" style="width:190px">
  <span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>

<div class="rtl pr" style="width:187px">
  <span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>

<div class="rtl plr" style="width:177px">
  <span>לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית קונסקטורר</span>
</div>

</body>
</html>