layout/reftests/text/726392-3-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/726392-3-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,83 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 + <head>
     1.7 +  <meta charset="utf-8">
     1.8 +  <title>Bug 726392</title>
     1.9 +  <style type="text/css">
    1.10 +   p { margin: 0; white-space: pre-line; letter-spacing: 10px; font-size:6px;}
    1.11 +   .alignLeft { text-align: left; }
    1.12 +   .alignRight { text-align: right; }
    1.13 +   .alignCenter { text-align: center; }
    1.14 +   .alignJustify { text-align: justify; }
    1.15 +   .alignStart { text-align: start; }
    1.16 +   .alignEnd { text-align: end; }
    1.17 +   .alignLastAuto { -moz-text-align-last: auto; }
    1.18 +   .alignLastLeft { -moz-text-align-last: left; }
    1.19 +   .alignLastRight { -moz-text-align-last: right; }
    1.20 +   .alignLastCenter { -moz-text-align-last: center; }
    1.21 +   .alignLastJustify { -moz-text-align-last: justify; }
    1.22 +   .alignLastStart { -moz-text-align-last: start; }
    1.23 +   .alignLastEnd { -moz-text-align-last: end; }
    1.24 +  </style>
    1.25 +</head>
    1.26 + <body style="width:590px; height:590px;">
    1.27 +  <div>
    1.28 +  <p class="alignLeft alignLastAuto">test
    1.29 +test</p>
    1.30 +  <p class="alignLeft alignLastLeft">test
    1.31 +test</p>
    1.32 +  <p class="alignLeft alignLastRight">test
    1.33 +test</p>
    1.34 +  <p class="alignLeft alignLastCenter">test
    1.35 +test</p>
    1.36 +  <p class="alignLeft alignLastJustify">test
    1.37 +test</p>
    1.38 +  <p class="alignLeft alignLastStart">test
    1.39 +test</p>
    1.40 +  <p class="alignLeft alignLastEnd">test
    1.41 +test</p>
    1.42 +  <p class="alignJustify alignLastAuto">test
    1.43 +test</p>
    1.44 +  <p class="alignJustify alignLastLeft">test
    1.45 +test</p>
    1.46 +  <p class="alignJustify alignLastRight">test
    1.47 +test</p>
    1.48 +  <p class="alignJustify alignLastCenter">test
    1.49 +test</p>
    1.50 +  <p class="alignJustify alignLastJustify">test
    1.51 +test</p>
    1.52 +  <p class="alignJustify alignLastStart">test
    1.53 +test</p>
    1.54 +  <p class="alignJustify alignLastEnd">test
    1.55 +test</p>
    1.56 +  <p class="alignStart alignLastAuto">test
    1.57 +test</p>
    1.58 +  <p class="alignStart alignLastLeft">test
    1.59 +test</p>
    1.60 +  <p class="alignStart alignLastRight">test
    1.61 +test</p>
    1.62 +  <p class="alignStart alignLastCenter">test
    1.63 +test</p>
    1.64 +  <p class="alignStart alignLastJustify">test
    1.65 +test</p>
    1.66 +  <p class="alignStart alignLastStart">test
    1.67 +test</p>
    1.68 +  <p class="alignStart alignLastEnd">test
    1.69 +test</p>
    1.70 +  <p class="alignEnd alignLastAuto">test
    1.71 +test</p>
    1.72 +  <p class="alignEnd alignLastLeft">test
    1.73 +test</p>
    1.74 +  <p class="alignEnd alignLastRight">test
    1.75 +test</p>
    1.76 +  <p class="alignEnd alignLastCenter">test
    1.77 +test</p>
    1.78 +  <p class="alignEnd alignLastJustify">test
    1.79 +test</p>
    1.80 +  <p class="alignEnd alignLastStart">test
    1.81 +test</p>
    1.82 +  <p class="alignEnd alignLastEnd">test
    1.83 +test</p>
    1.84 +  </div>
    1.85 + </body>
    1.86 +</html>

mercurial