blob: d505f869636191761cc9dd74f64b5ebc42d0e33f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="MainWindow"
title="IWindow Test">
<div style="position:absolute">abc</div>
</window>
|