layout/reftests/text-decoration/641444-1-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <meta charset="UTF-8">
michael@0 5 <title>Mozilla text-decoration bug if direction:rtl and text-indent &gt; 0</title>
michael@0 6 <style type="text/css">
michael@0 7 p { text-decoration: underline; }
michael@0 8 </style>
michael@0 9 </head>
michael@0 10 <body>
michael@0 11 <div dir="ltr">
michael@0 12 <p style="margin-left:-1em">text-indent:-1em</p>
michael@0 13 <p style="margin-left: 0em">text-indent: 0em</p>
michael@0 14 <p style="margin-left: 1em">text-indent: 1em</p>
michael@0 15 <p style="margin-left: 2em">text-indent: 2em</p>
michael@0 16 <p style="margin-left: 3em">text-indent: 3em</p>
michael@0 17 <p style="margin-left: 4em">text-indent: 4em</p>
michael@0 18 <p style="margin-left: 5em">text-indent: 5em</p>
michael@0 19 <p style="margin-left: 6em">text-indent: 6em</p>
michael@0 20 <p style="margin-left: 7em">text-indent: 7em</p>
michael@0 21 <p style="margin-left: 8em">text-indent: 8em</p>
michael@0 22 <p style="margin-left: 9em">text-indent: 9em</p>
michael@0 23 </div>
michael@0 24 <div dir="rtl">
michael@0 25 <p style="margin-right:-1em">text-indent:-1em</p>
michael@0 26 <p style="margin-right: 0em">text-indent: 0em</p>
michael@0 27 <p style="margin-right: 1em">text-indent: 1em</p>
michael@0 28 <p style="margin-right: 2em">text-indent: 2em</p>
michael@0 29 <p style="margin-right: 3em">text-indent: 3em</p>
michael@0 30 <p style="margin-right: 4em">text-indent: 4em</p>
michael@0 31 <p style="margin-right: 5em">text-indent: 5em</p>
michael@0 32 <p style="margin-right: 6em">text-indent: 6em</p>
michael@0 33 <p style="margin-right: 7em">text-indent: 7em</p>
michael@0 34 <p style="margin-right: 8em">text-indent: 8em</p>
michael@0 35 <p style="margin-right: 9em">text-indent: 9em</p>
michael@0 36 </div>
michael@0 37 </body>
michael@0 38 </html>

mercurial