tenfourfox/dom/html/crashtests/423371-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
180 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div style="position:fixed; top:100px;" id="d">hello</div>
<script>
document.write(document.getElementById("d").offsetTop);
</script>
</body>
</html>