blob: c9a48ef85e7640c42909e961dc064afa45c98299 [file] [log] [blame]
<html>
<body onload="runTest();">
<script>
testRunner.dumpAsText();
function runTest()
{
document.open();
textInputController.firstRectForCharacterRange(0, 0);
document.write("Accessing a frame without an editable element should not crash.");
document.write("<br/><br/>");
document.write("PASS (no crash).");
}
</script>
</body>
</html>