blob: e4b906bb74119d2c5b32dee6e4981c81c6c2fdf1 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0"?>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<?xul-overlay href="test021-overlay.xul"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="main"
style="background-color: red;"/>
|