Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / text-autosizing / oscillation-javascript-fontsize-change-expected.html
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;
10   }
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>