| OLD | NEW | 
|---|
| (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> | 
| OLD | NEW | 
|---|