Bug 513162 - Add support for 'chromemargin' property on XUL windows. r=smaug.
[mozilla-central.git] / testing / mochitest / redirect.html
blob7627a1de42835e1df6671015010f83358da845cb
1 <html>
2 <head>
3 <title>redirecting...</title>
5 <script type="text/javascript" src="redirect.js"></script>
7 <script type="text/javascript">
8 redirect("chrome://mochikit/content/harness.xul");
9 </script>
10 </head>
11 <body>
12 redirecting...
13 </body>
14 </html>