Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta charset="utf-8"> |
michael@0 | 5 | <title>Bug 726392</title> |
michael@0 | 6 | <style type="text/css"> |
michael@0 | 7 | p { margin: 0; white-space: pre-line; letter-spacing: 10px; font-size:6px;} |
michael@0 | 8 | .alignLeft { text-align: left; } |
michael@0 | 9 | .alignRight { text-align: right; } |
michael@0 | 10 | .alignCenter { text-align: center; } |
michael@0 | 11 | .alignJustify { text-align: justify; } |
michael@0 | 12 | .alignStart { text-align: start; } |
michael@0 | 13 | .alignEnd { text-align: end; } |
michael@0 | 14 | .alignLastAuto { -moz-text-align-last: auto; } |
michael@0 | 15 | .alignLastLeft { -moz-text-align-last: left; } |
michael@0 | 16 | .alignLastRight { -moz-text-align-last: right; } |
michael@0 | 17 | .alignLastCenter { -moz-text-align-last: center; } |
michael@0 | 18 | .alignLastJustify { -moz-text-align-last: justify; } |
michael@0 | 19 | .alignLastStart { -moz-text-align-last: start; } |
michael@0 | 20 | .alignLastEnd { -moz-text-align-last: end; } |
michael@0 | 21 | </style> |
michael@0 | 22 | </head> |
michael@0 | 23 | <body style="width:590px; height:590px;"> |
michael@0 | 24 | <div> |
michael@0 | 25 | <p class="alignLeft alignLastAuto">test |
michael@0 | 26 | test</p> |
michael@0 | 27 | <p class="alignLeft alignLastLeft">test |
michael@0 | 28 | test</p> |
michael@0 | 29 | <p class="alignLeft alignLastRight">test |
michael@0 | 30 | test</p> |
michael@0 | 31 | <p class="alignLeft alignLastCenter">test |
michael@0 | 32 | test</p> |
michael@0 | 33 | <p class="alignLeft alignLastJustify">test |
michael@0 | 34 | test</p> |
michael@0 | 35 | <p class="alignLeft alignLastStart">test |
michael@0 | 36 | test</p> |
michael@0 | 37 | <p class="alignLeft alignLastEnd">test |
michael@0 | 38 | test</p> |
michael@0 | 39 | <p class="alignJustify alignLastAuto">test |
michael@0 | 40 | test</p> |
michael@0 | 41 | <p class="alignJustify alignLastLeft">test |
michael@0 | 42 | test</p> |
michael@0 | 43 | <p class="alignJustify alignLastRight">test |
michael@0 | 44 | test</p> |
michael@0 | 45 | <p class="alignJustify alignLastCenter">test |
michael@0 | 46 | test</p> |
michael@0 | 47 | <p class="alignJustify alignLastJustify">test |
michael@0 | 48 | test</p> |
michael@0 | 49 | <p class="alignJustify alignLastStart">test |
michael@0 | 50 | test</p> |
michael@0 | 51 | <p class="alignJustify alignLastEnd">test |
michael@0 | 52 | test</p> |
michael@0 | 53 | <p class="alignStart alignLastAuto">test |
michael@0 | 54 | test</p> |
michael@0 | 55 | <p class="alignStart alignLastLeft">test |
michael@0 | 56 | test</p> |
michael@0 | 57 | <p class="alignStart alignLastRight">test |
michael@0 | 58 | test</p> |
michael@0 | 59 | <p class="alignStart alignLastCenter">test |
michael@0 | 60 | test</p> |
michael@0 | 61 | <p class="alignStart alignLastJustify">test |
michael@0 | 62 | test</p> |
michael@0 | 63 | <p class="alignStart alignLastStart">test |
michael@0 | 64 | test</p> |
michael@0 | 65 | <p class="alignStart alignLastEnd">test |
michael@0 | 66 | test</p> |
michael@0 | 67 | <p class="alignEnd alignLastAuto">test |
michael@0 | 68 | test</p> |
michael@0 | 69 | <p class="alignEnd alignLastLeft">test |
michael@0 | 70 | test</p> |
michael@0 | 71 | <p class="alignEnd alignLastRight">test |
michael@0 | 72 | test</p> |
michael@0 | 73 | <p class="alignEnd alignLastCenter">test |
michael@0 | 74 | test</p> |
michael@0 | 75 | <p class="alignEnd alignLastJustify">test |
michael@0 | 76 | test</p> |
michael@0 | 77 | <p class="alignEnd alignLastStart">test |
michael@0 | 78 | test</p> |
michael@0 | 79 | <p class="alignEnd alignLastEnd">test |
michael@0 | 80 | test</p> |
michael@0 | 81 | </div> |
michael@0 | 82 | </body> |
michael@0 | 83 | </html> |