content/xul/document/test/bug497875-iframe.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/xul/document/test/bug497875-iframe.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
     1.5 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
     1.6 +<box onerror="document.loadOverlay('file:///does-not-exist', null);" >
     1.7 +<html:script src="ftp://some.website.that.will.cause.an.error"/>
     1.8 +</box>
     1.9 +</window>

mercurial