Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / first-line-scale-factor-expected.html
blob6a9e3b0b407db5be8cb2f181da182b7ceab0e168
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="width=800">
5 <style>
6 html { font-size: 16px; }
7 body { width: 800px; margin: 0; overflow-y: hidden; }
8 </style>
9 </head>
10 <body>
11 <div style="font-size:40px;"><span style="font-size:48px; color:purple;">TheFirstLineOfThisTextShouldBeInPurpleAnd</span> ShouldBeLargerThanTheRestOfTheTextAndThereShouldBeEnoughTextForTheSentenceToAutoSize. This is written without spaces so we don't have platform-specific differences in where exactly the first line cuts off.</div>
12 </body>
13 </html>