Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/dom/xul/crashtests/386947-1.xul

13 lines
295 B
Text
Raw Normal View History

<?xml version="1.0"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="background-color: red" onload="boom();">
<script><![CDATA[
function boom() {
document.documentElement.style.MozBinding = "url('#t')";
}
]]></script>
</window>