repo.or.cz
/
mozilla-central.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 513162 - Add support for 'chromemargin' property on XUL windows. r=smaug.
[mozilla-central.git]
/
testing
/
mochitest
/
redirect.html
blob
7627a1de42835e1df6671015010f83358da845cb
1
<html>
2
<head>
3
<title>
redirecting...
</title>
4
5
<script
type
=
"text/javascript"
src
=
"redirect.js"
></script>
6
7
<script
type
=
"text/javascript"
>
8
redirect
(
"chrome://mochikit/content/harness.xul"
);
9
</script>
10
</head>
11
<body>
12
redirecting...
13
</body>
14
</html>