3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/licenses/publicdomain/
6 Test: overflowing anonymous block should not have marker
9 <title>text-overflow: anonymous block
</title>
10 <style type=
"text/css">
12 font-family: DejaVuSansMono
;
13 src: url
(../fonts/DejaVuSansMono.woff);
16 color:black
; background-color:white
; font-size:16px; padding:0; margin:0; font-family:DejaVuSansMono
;
20 text-overflow:ellipsis
;
25 border:1px solid black
;
50 input
{ font-family:DejaVuSansMono
; }
53 text-overflow:ellipsis
;
55 input
.t5::placeholder
{
64 <div class=
"test t1"><x>Some overly
<span>long
<i style=
"display:block;">anonymous
<br>block
</i>and
</span> uninformative sentence
</x></div>
65 <div class=
"test t2"><x>Some overly long
<i style=
"display:block;">anonymous
<br>block
</i>and uninformative sentence
</x></div>
66 <div class=
"test t3"><x>Some overly
<span>long
<i style=
"display:block;">anonymous
<br>block
</i>and
</span> uninformative sentence
</x></div>
67 <div class=
"test t4"><x>Some overly
<span>long
<i style=
"display:block;">anonymous
<br>block
</i>and
</span> uninformative sentence
</x></div>
69 <input size=
"4" placeholder=
"placeholder">
70 <input size=
"4" dir=
"rtl" placeholder=
"placeholder">
71 <input size=
"4" class=
"t5" placeholder=
"placeholder">
72 <input size=
"4" class=
"t5" dir=
"rtl" placeholder=
"placeholder">