3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/licenses/publicdomain/
6 Test: Standards mode text-decorations
9 <title>text-overflow: Standards mode text-decorations
</title>
10 <style type=
"text/css">
13 src: url
(../fonts/Ahem.ttf);
16 font-family: DejaVuSansMono
;
17 src: url
(../fonts/DejaVuSansMono.woff);
20 color:black
; background-color:white
; font-size:16px; padding:0; margin:0; font-family:DejaVuSansMono
;
25 text-overflow:ellipsis
;
35 text-decoration: line-through
;
42 unicode-bidi: bidi-override
; direction:rtl
;
45 unicode-bidi: bidi-override
;
56 .t4 { width:1px; font-family:Ahem
; }
57 .t3 span {margin-left:14px; }
65 <div class=
"test t1"><span>0123 567890123456789</span></div>
66 <div class=
"test rtl t1"><span>0321 56789012345</span></div>
67 <div class=
"test t2" style=
"color:black"><span>xxxx
</span></div>
68 <div class=
"test t3"><span>x
</span></div>
69 <div class=
"test t4"><span>x
</span></div>