2006-09-06 01:50:54 +04:00
|
|
|
<!-- vim: set shiftwidth=4 tabstop=8 autoindent expandtab: -->
|
2012-05-21 15:12:37 +04:00
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
2010-02-06 00:07:24 +03:00
|
|
|
<?xml-stylesheet type="text/css" href="data:text/css,
|
|
|
|
|
2011-05-24 19:39:57 +04:00
|
|
|
%23_box_windowsDefaultTheme:-moz-system-metric(windows-default-theme) {
|
2010-02-06 00:07:24 +03:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
" ?>
|
|
|
|
|
2006-09-06 01:50:54 +04:00
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
id="reftest-window"
|
2010-09-02 08:47:12 +04:00
|
|
|
hidechrome="true"
|
2006-09-06 01:50:54 +04:00
|
|
|
onload="OnRefTestLoad();"
|
|
|
|
onunload="OnRefTestUnload();"
|
2010-06-28 04:32:16 +04:00
|
|
|
style="background:white; overflow:hidden"
|
2006-09-06 01:50:54 +04:00
|
|
|
>
|
|
|
|
<script type="application/ecmascript" src="reftest.js" />
|
2011-02-03 22:54:10 +03:00
|
|
|
<!-- The reftest browser element is dynamically created, here -->
|
2006-09-06 01:50:54 +04:00
|
|
|
</window>
|