Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / oscillation-javascript-fontsize-change-expected.html
bloba671cdac03dfbf23fc79e0a42a92fc1a6eed76e4
1 <!DOCTYPE html>
2 <html style="font-size: 16px">
3 <head>
4 <meta name="viewport" content="width=800">
5 <style>
6 body {
7 width: 800px;
8 margin: 0;
9 overflow-y: hidden;
11 </style>
12 </head>
13 <body>
14 <div style="font-size: 2.5rem">
15 This paragraph should be autosized to 40px<br/>
16 because it contains line breaks.<br/>
17 This test is intended to check<br/>
18 that there are no oscillations due to javascript<br/>
19 briefly increasing the font size of a<br/>
20 small paragraph below.
21 </div>
22 <div id="sizechanging" style="position: absolute; bottom: 0;">
23 This text changes size using javascript below.
24 </div>
25 </body>
26 </html>