1520798-1.xhtml (306B)
1 <window xmlns:html="http://www.w3.org/1999/xhtml" 2 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 3 onload="go()"> 4 <div id="tweakMe">abc</div> 5 <script> 6 function go() { 7 document.getElementById("tweakMe").style.overflowAnchor = "none"; 8 } 9 </script> 10 </window>