gecko-dev/layout/generic/crashtests/1520798-1.xul

11 строки
306 B
XML

<window xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="go()">
<div id="tweakMe">abc</div>
<script>
function go() {
document.getElementById("tweakMe").style.overflowAnchor = "none";
}
</script>
</window>