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