2 <html style=
"font-size: 16px">
5 <meta name=
"viewport" content=
"width=800">
17 <script src=
"resources/autosizingTest.js"></script>
23 This paragraph should be autosized to
40px computed font-size (
16 *
800/
320),
24 whereas the input text fields should be rendered at their default font size and
25 the accompanying text below should remain
16px.
30 <legend>Not autosized title
</legend>
31 <input type=
"email" name=
"email" id=
"email" value=
"noautosize@aol.com"> <label for=
"email">Not autosized email
</label>
33 <input type=
"radio" name=
"radio" id=
"radio"> <label for=
"radio">Not autosized radio
</label>
38 <input type=
"text" name=
"text" id=
"text" value=
"not autosized text">
43 <legend>Not autosized title
</legend>
44 This text should not be autosized.
49 <textarea>This text should not be autosized.
</textarea>
53 This text should be autosized.