diff options
Diffstat (limited to 'dom/fetch/tests/crashtests/1664514.html')
-rw-r--r-- | dom/fetch/tests/crashtests/1664514.html | 6 |
1 files changed, 6 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..dae325d2a7 --- /dev/null +++ b/dom/fetch/tests/crashtests/1664514.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<h3>Set <code>privacy.file_unique_origin</code> to false when testing this.</h3> +<script> + fetch("./url.url") +</script> |