blob: 04a7946c401738597c8798e49ed30006cfa23124 [file] [log] [blame]
<!DOCTYPE html>
<html style="font-size: 16px">
<head>
<meta name="viewport" content="width=800">
<style>
body {
width: 800px;
margin: 0;
overflow-y: hidden;
}
</style>
</head>
<body>
<div style="top:50px;position:absolute;font-size:19.8px">
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .<br/>
This paragraph should be autosized to 19.8px<br/>
because it contains line breaks.<br/>
This test is intended to check<br/>
that there are no oscillations due to javascript<br/>
briefly increasing the font size of a<br/>
small paragraph below.
</div>
<div id="sizechanging">
This text changes size using javascript below.
</div>
</body>
</html>