comparison chrome/pageloader.xul @ 199:eab9ffc922b1

bug 589400 (two small fixes to talos harness) stop refering to non-existent css file p=tn r=anodelman
author Alice Nodelman <alice@mozilla.com>
date Fri, 05 Nov 2010 09:56:58 -0700
parents 59d4f04497dd
children beca399c3a16
comparison
equal deleted inserted replaced
198:59d4f04497dd 199:eab9ffc922b1
36 - 36 -
37 - ***** END LICENSE BLOCK ***** --> 37 - ***** END LICENSE BLOCK ***** -->
38 38
39 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 39 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
40 40
41 <?xml-stylesheet href="pageloader.css" type="text/css"?>
42
43 <window 41 <window
44 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 42 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
45 title="pageloader" 43 title="pageloader"
46 screenX="0" screenY="0" 44 screenX="0" screenY="0"
47 onload="plInit()"> 45 onload="plInit()">