blob: bbfaa577840ee0f58d2d4488fdbe5d32ca238b96 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function runTest() {
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetHeight;
document.body.innerHTML = " ";
window.find('a');
document.body.innerHTML = 'PASS - WebKit did not crash';
}
</script>
</head>
<body onload="runTest()">
a
</body>
</html>