2007-02-20 04:56:30 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://mochikit/content/static/harness.css"
|
|
|
|
type="text/css"?>
|
2008-02-14 13:32:21 +03:00
|
|
|
|
|
|
|
<?xul-overlay href="chrome://mochikit/content/harness-overlay.xul"?>
|
2007-02-20 04:56:30 +03:00
|
|
|
|
2008-02-14 13:32:21 +03:00
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
title="Chrome Test Harness"
|
|
|
|
id="browserTestOverlay"
|
|
|
|
aonload="loadTests('chrome');">
|
|
|
|
<script type="text/javascript">
|
|
|
|
gDir = "chrome";
|
2007-02-20 04:56:30 +03:00
|
|
|
</script>
|
|
|
|
</window>
|