mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
530 B
XML
16 lines
530 B
XML
<?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
|
|
|
|
<!DOCTYPE window>
|
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onload="
|
|
dump( 'miniXul window.arguments[0]=' + window.arguments[0] + '\n' );
|
|
if ( window.arguments[0] ) browser.loadURI( window.arguments[0] );
|
|
"
|
|
title="Minimal Navigator">
|
|
<browser id="content"
|
|
type="content-primary"
|
|
style="-moz-binding:none;"
|
|
src="about:blank"/>
|
|
</window>
|