Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / sub-pixel / ellipsis-zoom-expected.html
blob3784d96d16932006f2997b58a87d40c6be2095f4
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .test > div { display: inline-block; white-space: nowrap; padding: 0 1px; vertical-align: top; }
6 </style>
7 </head>
8 <body>
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>
12 </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>
16 </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>
20 </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>
24 </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>
28 </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>
32 </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>
36 </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>
40 </div>
41 <p>
42 None of the lines above should be truncated.
43 </p>
44 </body>
45 </html>