layout/xul/crashtests/384105-1-inner.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/xul/crashtests/384105-1-inner.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     1.5 +<script id="script" xmlns="http://www.w3.org/1999/xhtml">
     1.6 +function doe(){
     1.7 +document.getElementById('a').removeAttribute('style');
     1.8 +}
     1.9 +setTimeout(doe,100);
    1.10 +</script>
    1.11 +<box id="a" style="position: absolute;">
    1.12 +  <menuitem sizetopopup="always">
    1.13 +    <menupopup style="position: absolute;"/>
    1.14 +  </menuitem>
    1.15 +
    1.16 +  <box style="position: fixed;">
    1.17 +    <tree>
    1.18 +      <treecol>
    1.19 +        <treecol/>
    1.20 +      </treecol>
    1.21 +    </tree>
    1.22 +  </box>
    1.23 +</box>
    1.24 +</window>
    1.25 \ No newline at end of file

mercurial