blob: fe15a46aa68258cdd53d6d6138e8e0980e04e99b (
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="display: block; position:absolute">abc</div>
</window>
|