<!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> |