blob: c9fc7ac0adee251193cf2bc6d7e8c3ae481d9cd6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
div:last-child {
padding: 0px;
}
div {
position: sticky;
}
</style>
</head>
<body>
<p>PASS if no crash or assert.</p>
<p>
<div>
<div>
<div></div>
</div>
</div>
</p>
</body>
</html>