blob: accc10d8f10b10abeeaa86f7ed6b39e72c328cfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
<window title="Window Open Test"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
screenX="80"
screenY="80"
height="300"
width="300"
persist="screenX screenY height width">
<body xmlns="http://www.w3.org/1999/xhtml">
</body>
</window>
|