layout/reftests/text-decoration/decoration-style-quirks-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text-decoration/decoration-style-quirks-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,49 @@
     1.4 +<p>
     1.5 +  Here is specified the decoration style as dotted but no decoration lines,
     1.6 +  however,
     1.7 +  <span style="font-size: 2em;
     1.8 +               text-decoration: underline line-through overline;
     1.9 +               -moz-text-decoration: solid;">
    1.10 +    here has solid decoration lines</span>,
    1.11 +  and here has no decoration lines.
    1.12 +</p>
    1.13 +<p>
    1.14 +  Here is specified the decoration style as dashed but no decoration lines,
    1.15 +  however,
    1.16 +  <span style="font-size: 2em;
    1.17 +               text-decoration: underline line-through overline;
    1.18 +               -moz-text-decoration-style: dashed;">
    1.19 +    here has inherited decoration lines</span>,
    1.20 +  and here has no decoration lines.
    1.21 +</p>
    1.22 +<p>
    1.23 +  <span style="text-decoration: underline line-through overline;
    1.24 +               -moz-text-decoration-style: dotted;">
    1.25 +    Here has dotted decoration lines,
    1.26 +  </span><span style="text-decoration: underline line-through overline;
    1.27 +					  -moz-text-decoration-style: dotted">
    1.28 +   <span style="font-size: 2em;
    1.29 +                text-decoration: underline line-through overline;
    1.30 +                -moz-text-decoration-style: wavy;">
    1.31 +    here has wavy decoration
    1.32 +    lines</span></span><span style="text-decoration: underline line-through overline;
    1.33 +                             -moz-text-decoration-style: dotted;">,
    1.34 +    and here has dotted decoration lines.</span>
    1.35 +</p>
    1.36 +<p>
    1.37 +  <span style="text-decoration: underline line-through overline;
    1.38 +               -moz-text-decoration-style: double;">
    1.39 +    Here has double decoration lines,
    1.40 +  <span style="font-size: 2em;">
    1.41 +    here is specified as dashed decoration lines but should be
    1.42 +    ignored</span><span style="text-decoration: underline line-through overline;
    1.43 +                               -moz-text-decoration-style: double;">,
    1.44 +    and here has double decoration lines.</span></span>
    1.45 +</p>
    1.46 +<p>
    1.47 +  Here is specified the decoration style as -moz-none.
    1.48 +</p>
    1.49 +<p style="text-decoration: underline line-through overline;">
    1.50 +  Here has solid decoration lines even if its style is specified as dotted
    1.51 +  before text-decoration.
    1.52 +</p>

mercurial