2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/licenses/publicdomain/
5 Test: Quirks mode text-decorations
8 <title>text-overflow: Quirks mode text-decorations
</title>
9 <style type=
"text/css">
12 src: url
(../fonts/Ahem.ttf);
15 font-family: DejaVuSansMono
;
16 src: url
(../fonts/DejaVuSansMono.woff);
19 color:black
; background-color:white
; font-size:16px; padding:0; margin:0; font-family:DejaVuSansMono
;
24 text-overflow:ellipsis
;
34 text-shadow:0px 1em 2px blue
;
35 text-decoration: line-through
;
40 text-shadow:0 1em 0px blue
;
43 unicode-bidi: bidi-override
; direction:rtl
;
46 unicode-bidi: bidi-override
;
57 .t4 { width:1px; font-family:Ahem
; }
58 .t3 span {margin-left:14px; }
66 <div class=
"test t1"><span>0123 567890123456789</span><m>x
</m></div>
67 <div class=
"test rtl t1"><m>x
</m><span>0321 56789012345</span></div>
68 <div class=
"test t2"><span>xxxx
<m>x
</m></span></div>
69 <div class=
"test t3"><span>x
<m>x
</m></span></div>
70 <div class=
"test t4"><span>x
<m>x
</m></span></div>