summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/726392-2.html
blob: 57b58e32fcbc36544b409acd69256a5d8661fef8 (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
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html class="reftest-wait">
 <head>
  <meta charset="utf-8">
  <title>Bug 726392</title>
  <style type="text/css">
   p { margin: 0; }
   .alignLeft { text-align: left; }
   .alignRight { text-align: right; }
   .alignCenter { text-align: center; }
   .alignJustify { text-align: justify; }
   .alignStart { text-align: start; }
   .alignEnd { text-align: end; }
   .alignLastAuto { text-align-last: auto; }
   .alignLastLeft { text-align-last: left; }
   .alignLastRight { text-align-last: right; }
   .alignLastCenter { text-align-last: center; }
   .alignLastJustify { text-align-last: justify; }
   .alignLastStart { text-align-last: start; }
   .alignLastEnd { text-align-last: end; }
  </style>
</head>
 <body>
 <div id="e" style="width:50%">
  <p dir="rtl" class="alignLeft alignLastAuto">בדיקה</p>
  <p dir="rtl" class="alignLeft alignLastLeft">בדיקה</p>
  <p dir="rtl" class="alignLeft alignLastRight">בדיקה</p>
  <p dir="rtl" class="alignLeft alignLastCenter">בדיקה</p>
  <p dir="rtl" class="alignLeft alignLastJustify">בדיקה</p>
  <p dir="rtl" class="alignLeft alignLastStart">בדיקה</p>
  <p dir="rtl" class="alignLeft alignLastEnd">בדיקה</p>
  <p dir="rtl" class="alignJustify alignLastAuto">בדיקה</p>
  <p dir="rtl" class="alignJustify alignLastLeft">בדיקה</p>
  <p dir="rtl" class="alignJustify alignLastRight">בדיקה</p>
  <p dir="rtl" class="alignJustify alignLastCenter">בדיקה</p>
  <p dir="rtl" class="alignJustify alignLastJustify">בדיקה</p>
  <p dir="rtl" class="alignJustify alignLastStart">בדיקה</p>
  <p dir="rtl" class="alignJustify alignLastEnd">בדיקה</p>
  <p dir="rtl" class="alignStart alignLastAuto">בדיקה</p>
  <p dir="rtl" class="alignStart alignLastLeft">בדיקה</p>
  <p dir="rtl" class="alignStart alignLastRight">בדיקה</p>
  <p dir="rtl" class="alignStart alignLastCenter">בדיקה</p>
  <p dir="rtl" class="alignStart alignLastJustify">בדיקה</p>
  <p dir="rtl" class="alignStart alignLastStart">בדיקה</p>
  <p dir="rtl" class="alignStart alignLastEnd">בדיקה</p>
  <p dir="rtl" class="alignEnd alignLastAuto">בדיקה</p>
  <p dir="rtl" class="alignEnd alignLastLeft">בדיקה</p>
  <p dir="rtl" class="alignEnd alignLastRight">בדיקה</p>
  <p dir="rtl" class="alignEnd alignLastCenter">בדיקה</p>
  <p dir="rtl" class="alignEnd alignLastJustify">בדיקה</p>
  <p dir="rtl" class="alignEnd alignLastStart">בדיקה</p>
  <p dir="rtl" class="alignEnd alignLastEnd">בדיקה</p>
 </div>
<script type="text/javascript">
function resizeElements()
{
  var enclosingDiv = document.getElementById("e");
  enclosingDiv.style.width = "100%";
  document.documentElement.removeAttribute("class");
}

document.addEventListener("MozReftestInvalidate", resizeElements);
</script>

</body>
</html>