diff options
Diffstat (limited to 'dom/fetch/tests/crashtests/1664514.html')
-rw-r--r-- | dom/fetch/tests/crashtests/1664514.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/fetch/tests/crashtests/1664514.html b/dom/fetch/tests/crashtests/1664514.html new file mode 100644 index 0000000000..b033d842fa --- /dev/null +++ b/dom/fetch/tests/crashtests/1664514.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<script> + fetch("./url.url") +</script> |