blob: 1187fb9493e5b007daad4d344cb9fdd445576c4a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="resources/autosizingTest.js"></script>
</head>
<body>
This test passes if it does not crash.<br/>
<input type="text"></input>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
setTimeout(function() {
document.getElementsByTagName('input')[0].value = 'test';
if (window.testRunner)
testRunner.notifyDone();
}, 0);
</script>
</body>
</html>