layout/reftests/text-decoration/decoration-style-quirks.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 <p style="-moz-text-decoration-style: dotted;">
michael@0 2 Here is specified the decoration style as dotted but no decoration lines, however,
michael@0 3 <span style="font-size: 2em;
michael@0 4 text-decoration: underline line-through overline;">
michael@0 5 here has solid decoration lines</span>,
michael@0 6 and here has no decoration lines.
michael@0 7 </p>
michael@0 8 <p style="-moz-text-decoration-style: dashed;">
michael@0 9 Here is specified the decoration style as dashed but no decoration lines,
michael@0 10 however,
michael@0 11 <span style="font-size: 2em;
michael@0 12 text-decoration: underline line-through overline;
michael@0 13 -moz-text-decoration-style: inherit;">
michael@0 14 here has inherited decoration lines</span>,
michael@0 15 and here has no decoration lines.
michael@0 16 </p>
michael@0 17 <p style="text-decoration: underline line-through overline;
michael@0 18 -moz-text-decoration-style: dotted;">
michael@0 19 Here has dotted decoration lines,
michael@0 20 <span style="font-size: 2em;
michael@0 21 text-decoration: underline line-through overline;
michael@0 22 -moz-text-decoration-style: wavy;">
michael@0 23 here has wavy decoration lines</span>,
michael@0 24 and here has dotted decoration lines.
michael@0 25 </p>
michael@0 26 <p style="text-decoration: underline line-through overline;
michael@0 27 -moz-text-decoration-style: double;">
michael@0 28 Here has double decoration lines,
michael@0 29 <span style="font-size: 2em;
michael@0 30 -moz-text-decoration-style: dashed;">
michael@0 31 here is specified as dashed decoration lines but should be ignored</span>,
michael@0 32 and here has double decoration lines.
michael@0 33 </p>
michael@0 34 <p style="text-decoration: underline line-through overline;
michael@0 35 -moz-text-decoration-style: -moz-none;">
michael@0 36 Here is specified the decoration style as -moz-none.
michael@0 37 </p>
michael@0 38 <p style="-moz-text-decoration-style: dotted;
michael@0 39 text-decoration: underline line-through overline;">
michael@0 40 Here has solid decoration lines even if its style is specified as dotted
michael@0 41 before text-decoration.
michael@0 42 </p>

mercurial