summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/shared/test/doc_content_stylesheet.xul
blob: efd53815d38614f2203097cc9ffc62dd8d346713 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?>
<?xml-stylesheet href="./doc_content_stylesheet_xul.css"
                 type="text/css"?>
<!DOCTYPE window>
<window id="testwindow" xmlns:html="http://www.w3.org/1999/xhtml"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <label id="target" value="Simple XUL document" />
</window>