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