<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="do-not-crash-when-checking-frame-view-is-scrollable.css"> | |
<script> | |
document.createElement("div").offsetParent; | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
</head> | |
<body> | |
</body> | |
</html> | |