Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / print-autosizing-expected.html
blobaa7a5ec4f777f945738fdbd034c897aa66707064
1 <!DOCTYPE html>
2 <html>
3 <head>
5 <meta name="viewport" content="width=800">
6 <style>
7 html { font-size: 16px; }
8 body { width: 800px; margin: 0; overflow-y: hidden; }
9 </style>
11 <script>
12 if (window.testRunner)
13 testRunner.setPrinting();
14 </script>
15 </head>
16 <body>
18 <div>
19 This text should not be autosized because the document is printing.<br>
20 There is enough text that we should <b>autosize</b> the text initially, but while printing we should not be autosized.<br>
21 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
22 </div>
24 </body>
25 </html>