Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / text / text-combine-shrink-to-fit.html
1 <!DOCTYPE HTML>
2 <html><body>
3 The following vertical block should have one line, not two lines.
4 <div data-expected-width="26" id="test" style="font-family: Ahem; -webkit-writing-mode: vertical-rl; border: solid 5px blue;">
5 ab<span style="-webkit-text-combine: horizontal;">1</span>
6 </div>
7 <script src="../../resources/check-layout.js"></script>
8 <script>
9 checkLayout('#test');
10 </script>
11 </body></html>