blob: 3d9a82b91eca7e3eb6879ef430d38c45aa9ca120 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://global/skin"?>
<?xml-stylesheet type="text/css" href="data:text/css,fooBar{color:red;}"?>
<?xml-stylesheet type="text/css" href="bug535806-css.css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="window.parent.wrappedJSObject.xulLoaded()">
<fooBar fooBar="" id="s"/>
</window>
|