4 <title>Use initial width for auto width if initial height is zero
</title>
5 <link rel=
"help" href=
"http://www.w3.org/TR/css-device-adapt/#constraining-viewport-descriptor-values">
6 <style type=
"text/css">
12 <script type=
"text/javascript">
14 if (window
.testRunner
) {
15 testRunner
.dumpAsText();
16 alert(internals
.viewportAsText(document
, 1, 200, 0));
21 <body onload=
"test();"></body>