summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/measure-memory/resources/window.redirect.sub.html
blob: b339abc54f7a3e72184b434de85231763b1734c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<meta charset="utf-8">
<html>
<script>
window.onload = function () {
  document.location.href = document.location.href.replace('redirect', 'secret');
}
</script>
<body>
  Hello from the redirecting widnow: <span id="title"></span>
</body>
</html>