Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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> |