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

mercurial