Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / pseudo-scale-factor-expected.html
blob49970bc238ff286cbd933b303a9de0991d4558f4
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:red;">T</span>his sentence should start with a big letter 'T' for the first letter in the color red. There should be enough text for the sentence to autosize.</div>
12 <div style="font-size:40px;"><span style="font-size:48px; color:green;">Before!</span>This text should have the word 'Before!' in big text in the color green before it and the word 'After!' in big text in the color blue after it.<span style="font-size:48px; color:blue;">After!</span></div>
13 </body>
14 </html>