4 <script src=
"resources/autosizingTest.js"></script>
7 This test passes if it does not crash.
<br/>
8 <input type=
"text"></input>
11 if (window
.testRunner
)
12 testRunner
.waitUntilDone();
14 setTimeout(function() {
15 document
.getElementsByTagName('input')[0].value
= 'test';
17 if (window
.testRunner
)
18 testRunner
.notifyDone();