blob: 5323ec1506f78f6476c2578e40fe578bd1053436 [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>
<script src="resources/autosizingTest.js"></script>
</head>
<body>
<div>
This paragraph should be autosized to 40px computed font-size (16 * 800/320),
whereas the selection box should be rendered at its default size and
the accompanying text below should remain 16px.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
</div>
<div>
Selection:
<select>
<option selected value=default>Default</option>
<option>Option 1</option>
<option>Option 2</option>
</select>
</div>
</body>
</html>