blob: c08802f993a91e7b3b01b5cb51703fb68079c533 [file] [log] [blame]
<style>
#target {
position: -webkit-sticky;
top: 5%;
}
</style>
<div id=target>This test passes if it doesn't crash</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
getComputedStyle(target).top;
</script>