blob: 8b1771769638dfe028340cd69cc10f6a20d327a6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function test()
{
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
window.location.href = "javascript:'>'";
}
</script>
</head>
<body onload="test()">
<!-- Tests https://bugs.webkit.org/show_bug.cgi?id=108695. Should not crash. -->
<div style="position: fixed"></div>
<div style="position: -webkit-sticky"></div>
</body>
</html>