Add failing test for #589

This commit is contained in:
Thomas Ghysels
2019-03-02 18:33:23 +01:00
parent 411e2594af
commit 9522cb4539
4 changed files with 53 additions and 2 deletions

View File

@@ -1 +1,2 @@
<h1>Great success!</h1>
<h1>Great success!</h1>
<a href="redirect-from">redirect from</a>

View File

@@ -0,0 +1,7 @@
<script context="module">
export function preload() {
this.redirect(301, 'redirect-to');
}
</script>
<h1>unredirected</h1>

View File

@@ -0,0 +1 @@
<h1>redirected</h1>