| Index: chrome/test/data/download-anchor-attrib.html
|
| diff --git a/chrome/test/data/download-anchor-attrib.html b/chrome/test/data/download-anchor-attrib.html
|
| index 142679ef294dcd467264426deed7e1b77336c123..7faf4169a0f39d2d73bf23a37e0bf2f03e1a4cc9 100644
|
| --- a/chrome/test/data/download-anchor-attrib.html
|
| +++ b/chrome/test/data/download-anchor-attrib.html
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| <head><title>Download Test for <a download></title></head>
|
| <body>
|
| -<a id='red-dot' href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" download='a_red_dot.png'>Download Red Dot!</a>
|
| +<a id='red-dot' href="anchor_download_test.png" download='a_red_dot.png'>Download Red Dot!</a>
|
| <script>
|
| window.setTimeout(function() {
|
| var evt = document.createEvent("MouseEvent");
|
|
|