| Index: content/test/data/download/download-link.html
|
| diff --git a/content/test/data/download/download-attribute.html b/content/test/data/download/download-link.html
|
| similarity index 61%
|
| copy from content/test/data/download/download-attribute.html
|
| copy to content/test/data/download/download-link.html
|
| index 4fd070db96e3bf8942b6113de2229b9053f32077..f23c80a793c92c489a4aa7d5b4f05e6d894c7932 100644
|
| --- a/content/test/data/download/download-attribute.html
|
| +++ b/content/test/data/download/download-link.html
|
| @@ -1,9 +1,9 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <body>
|
| -<a download="suggested-filename" href="">link</a>
|
| +<a href="">link</a>
|
| <script>
|
| - var anchorElement = document.querySelector('a[download]');
|
| + var anchorElement = document.querySelector('a');
|
| url = window.location.href;
|
| anchorElement.href = url.substr(url.indexOf('=') + 1);
|
| anchorElement.click();
|
|
|