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

mercurial