mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
313 B
XML
7 lines
313 B
XML
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<box onerror="document.loadOverlay('file:///does-not-exist', null);" >
|
|
<html:script src="ftp://mozilla.org"/>
|
|
</box>
|
|
</window>
|