Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / printing / ellipsis-printing-style-expected.html
blob0c82dc7b3725e8e7a59d8e7167b91713669e5cd5
1 <!DOCTYPE html>
2 <script src="../resources/ahem.js"></script>
4 <script>
5 if (window.testRunner)
6 testRunner.setPrinting();
7 </script>
9 <style>
10 div {
11 font-family: Ahem;
12 background-color: black;
13 color: white;
14 height: 1.5em;
15 width: 10.5em;
16 overflow: hidden;
17 white-space: nowrap;
19 </style>
21 <div>This text&hellip;</div>