Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <p>
2 Here is specified the decoration style as dotted but no decoration lines,
3 however,
4 <span style="font-size: 2em;
5 text-decoration: underline line-through overline;
6 -moz-text-decoration: solid;">
7 here has solid decoration lines</span>,
8 and here has no decoration lines.
9 </p>
10 <p>
11 Here is specified the decoration style as dashed but no decoration lines,
12 however,
13 <span style="font-size: 2em;
14 text-decoration: underline line-through overline;
15 -moz-text-decoration-style: dashed;">
16 here has inherited decoration lines</span>,
17 and here has no decoration lines.
18 </p>
19 <p>
20 <span style="text-decoration: underline line-through overline;
21 -moz-text-decoration-style: dotted;">
22 Here has dotted decoration lines,
23 </span><span style="text-decoration: underline line-through overline;
24 -moz-text-decoration-style: dotted">
25 <span style="font-size: 2em;
26 text-decoration: underline line-through overline;
27 -moz-text-decoration-style: wavy;">
28 here has wavy decoration
29 lines</span></span><span style="text-decoration: underline line-through overline;
30 -moz-text-decoration-style: dotted;">,
31 and here has dotted decoration lines.</span>
32 </p>
33 <p>
34 <span style="text-decoration: underline line-through overline;
35 -moz-text-decoration-style: double;">
36 Here has double decoration lines,
37 <span style="font-size: 2em;">
38 here is specified as dashed decoration lines but should be
39 ignored</span><span style="text-decoration: underline line-through overline;
40 -moz-text-decoration-style: double;">,
41 and here has double decoration lines.</span></span>
42 </p>
43 <p>
44 Here is specified the decoration style as -moz-none.
45 </p>
46 <p style="text-decoration: underline line-through overline;">
47 Here has solid decoration lines even if its style is specified as dotted
48 before text-decoration.
49 </p>