1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/xul/tree/crashtests/380217-1.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 1.6 +<window xmlns:html="http://www.w3.org/1999/xhtml" 1.7 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.8 + onload="document.documentElement.style.content = '\'a\'';"> 1.9 + 1.10 +<html:style> 1.11 +* { position: fixed; } 1.12 +</html:style> 1.13 + 1.14 +<tree rows="6"> 1.15 + <treecols> 1.16 + <treecol id="firstname" label="First Name" primary="true"/> 1.17 + </treecols> 1.18 + <treechildren> 1.19 + <treeitem> 1.20 + <treerow> 1.21 + <treecell/> 1.22 + </treerow> 1.23 + </treeitem> 1.24 + </treechildren> 1.25 +</tree> 1.26 + 1.27 +</window>