16 lines
475 B
XML
16 lines
475 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://scholar/skin/scholar.css" type="text/css"?>
|
|
<!DOCTYPE window SYSTEM "chrome://scholar/locale/scholar.dtd">
|
|
|
|
<window
|
|
id="test-window"
|
|
title="Test"
|
|
orient="horizontal"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
style="padding:2em">
|
|
|
|
<script src="../include.js"/>
|
|
<script src="test.js"/>
|
|
|
|
<hbox><label>hello asf saf saf saf saf sa sf faj sj ak jgaslg jasg asglj</label></hbox>
|
|
</window>
|