asqueella%gmail.com e61b9b8e39 Bug 379019 - Add license boilerplates to xul-document-load reftests
The patch also adds missing newlines at the end of some files and fixes the
windows linebreaks in some files.

r=gerv/robcee


git-svn-id: svn://10.0.0.236/trunk@225486 18797224-902f-48f8-a5cc-f745e15eee43
2007-05-02 20:16:32 +00:00

10 lines
395 B
XML

<?xml version="1.0"?>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<?xml-stylesheet href="test003.css" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="background-color: green">
<script type="text/javascript">document.removeChild(document.firstChild);</script>
</window>