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