summaryrefslogtreecommitdiffstats
path: root/layout/xul/crashtests/472189.xul
blob: e276d8fc706172a60991c0507ec047c2c42c3c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="yourwindow" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="text/javascript">
<![CDATA[
function onload() {
  document.addEventListener("DOMAttrModified", function() {}, true);
  document.getElementById("test").setAttribute("value", "50");
}
]]>
</script>
<progressmeter id="test"/>
</window>