1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/404218-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<treeitem xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.5 +<splitter/> 1.6 +<splitter> 1.7 + <splitter id="a"/> 1.8 +</splitter> 1.9 + 1.10 +<script xmlns="http://www.w3.org/1999/xhtml"> 1.11 + document.getElementById('a').setAttribute('a', 'a'); 1.12 +</script> 1.13 + 1.14 +<style xmlns="http://www.w3.org/1999/xhtml"> 1.15 +treeitem, splitter {-moz-binding:url(data:text/xml;charset=utf-8,%3Cbindings%20xmlns%3D%22http%3A//www.mozilla.org/xbl%22%3E%3Cbinding%20id%3D%22a%22%3E%3Ccontent%3E%3Cchildren/%3E%3C/content%3E%3C/binding%3E%3C/bindings%3E);} 1.16 +</style> 1.17 + 1.18 +</treeitem> 1.19 \ No newline at end of file