3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/licenses/publicdomain/
6 Test: When we have multiple lines of text with "text-overflow: ellipsis",
7 an ellipsis on one line shouldn't affect the other lines.
11 <title>Testcase for bug
886313</title>
12 <style type=
"text/css">
14 font-family: DejaVuSansMono
;
15 src: url
(../fonts/DejaVuSansMono.woff),url
(DejaVuSansMono.woff);
18 font: 16px DejaVuSansMono
;
19 text-overflow:ellipsis
;
22 border: 1px solid black
;
28 <div class=
"test">well, hello world
</div>
29 <div class=
"test">well, hello world!
</div>
30 <div class=
"test">well, helloo world
</div>