layout/generic/crashtests/547338.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/547338.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
     1.6 +
     1.7 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     1.8 +
     1.9 +<script type="text/javascript">
    1.10 +<![CDATA[
    1.11 +
    1.12 +function boom()
    1.13 +{
    1.14 +  document.getElementById("list").ensureIndexIsVisible(4);
    1.15 +  document.getElementById("i4").style.fontSize = "10000%";
    1.16 +}
    1.17 +
    1.18 +window.addEventListener("load", boom, false);
    1.19 +
    1.20 +]]>
    1.21 +</script>
    1.22 +
    1.23 +<listbox id="list" rows="3">
    1.24 +  <listitem/>
    1.25 +  <listitem/>
    1.26 +  <listitem/>
    1.27 +  <listitem id="i4" label="Item 4"/><listitem/>
    1.28 +</listbox>
    1.29 +
    1.30 +</window>

mercurial