trisquel-icecat/icecat/layout/generic/crashtests/1520798-2.html

13 lines
252 B
HTML

<!DOCTYPE html>
<head>
<script>
function go() {
document.getElementById("tweakMe").style.overflowAnchor = "none";
}
</script>
</head>
<body onload="go()">
<div style="position:fixed">
<div id="tweakMe">Hi</div>
</div>
</body>