1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/xul/crashtests/168724-1.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet href="chrome://global/skin/" type="text/css" ?> 1.6 + 1.7 +<window 1.8 + id="nodeCreator" title="Node Creator" 1.9 + xmlns:html="http://www.w3.org/1999/xhtml" 1.10 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.11 + > 1.12 +<description context="context">Right-click here, and expect a crash.</description> 1.13 + 1.14 +<popupset id="context-set"> 1.15 +<popup id="context"> 1.16 +<deck selectedItem="0"> 1.17 +<menuitem label="You should never see this" /> 1.18 +</deck> 1.19 +</popup> 1.20 +</popupset> 1.21 +</window> 1.22 \ No newline at end of file