blob: 0232a3b0f85bc99c4d0a90fea476c81e0dd7e4e4 [file] [log] [blame]
<html>
<body onload="runTest();">
<script>
if (window.testRunner)
testRunner.dumpAsText();
function runTest()
{
document.open();
if (window.textInputController)
textInputController.firstRectForCharacterRange(0, 0);
document.write("PASS, WebKit didn't crash.");
}
</script>
</body>
</html>