Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: chrome/content/harness.xul

Issue 5745141503492096: Issue 1561 - Move unit tests out of the browser`s content area (Closed)
Patch Set: Final patch Created Nov. 15, 2014, 11:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0"?>
2
3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2014 Eyeo GmbH
6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation.
10 -
11 - Adblock Plus is distributed in the hope that it will be useful,
12 - but WITHOUT ANY WARRANTY; without even the implied warranty of
13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 - GNU General Public License for more details.
15 -
16 - You should have received a copy of the GNU General Public License
17 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
18 -->
19
20 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
21
22 <!DOCTYPE window SYSTEM "chrome://adblockplustests/locale/harness.dtd">
23
24 <window
25 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
26 width="800"
27 height="600"
28 title="&harness.title;"
29 persist="screenX screenY width height sizemode"
30 windowtype="adblockplustests:harness">
31
32 <script src="harness.js" type="application/x-javascript"/>
33
34 <keyset>
35 <key key="W" modifiers="accel" oncommand="window.close()"/>
36 </keyset>
37
38 <iframe id="tests" flex="1"/>
39 </window>
OLDNEW
« no previous file with comments | « chrome/content/harness.js ('k') | chrome/content/index.html » ('j') | chrome/content/index.html » ('J')

Powered by Google App Engine
This is Rietveld