4 <title>Use initial height for auto height if initial width 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, 0, 200));
21 <body onload=
"test();"></body>