content/base/crashtests/326778-1.xul

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:4333e87dfc6a
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
4 <script>
5 <![CDATA[
6 try {
7 document.getBoxObjectFor({});
8 } catch(e) { }
9 ]]>
10 </script>
11 </window>

mercurial