blob: d7a17c5a9c9052c8230476690b039b14a6df9322 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/content/xul.css" type="text/css"?>
<!DOCTYPE window>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<body xmlns="http://www.w3.org/1999/xhtml">
<div id="p">a node inspected before reload</div>
<div id="q">a node inspected after reload</div>
</body>
</window>
|