5 .test
> div { display: inline-block; white-space: nowrap; padding:
0 1px; vertical-align: top; }
9 <div class=
"test" style=
"zoom: 0.5;">
10 <div class=
"ellipsis">Should not be truncated
</div><br>
11 <div class=
"expected">Should not be truncated
</div>
13 <div class=
"test" style=
"zoom: 0.66;">
14 <div class=
"ellipsis">Should not be truncated
</div><br>
15 <div class=
"expected">Should not be truncated
</div>
17 <div class=
"test" style=
"zoom: 0.75;">
18 <div class=
"ellipsis">Should not be truncated
</div><br>
19 <div class=
"expected">Should not be truncated
</div>
21 <div class=
"test" style=
"zoom: 0.9;">
22 <div class=
"ellipsis">Should not be truncated
</div><br>
23 <div class=
"expected">Should not be truncated
</div>
25 <div class=
"test" style=
"zoom: 1.0;">
26 <div class=
"ellipsis">Should not be truncated
</div><br>
27 <div class=
"expected">Should not be truncated
</div>
29 <div class=
"test" style=
"zoom: 1.1;">
30 <div class=
"ellipsis">Should not be truncated
</div><br>
31 <div class=
"expected">Should not be truncated
</div>
33 <div class=
"test" style=
"zoom: 1.25;">
34 <div class=
"ellipsis">Should not be truncated
</div><br>
35 <div class=
"expected">Should not be truncated
</div>
37 <div class=
"test" style=
"zoom: 1.33;">
38 <div class=
"ellipsis">Should not be truncated
</div><br>
39 <div class=
"expected">Should not be truncated
</div>
42 None of the lines above should be truncated.