Bug 185913
Summary: | [GTK] fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, calvaris |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alicia Boya García
The following test fails on GTK since r231709-231714. For some reason we are getting an `.asc` extension instead of `.txt`. This does not seem to happen on other platforms.
--- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke-actual.txt
@@ -1,6 +1,6 @@
CONSOLE MESSAGE: line 37: PASS: URL was revoked
Download started.
-Downloading URL with suggested filename "foo.txt"
+Downloading URL with suggested filename "foo.asc"
Download completed.
The suggested filename above should be "foo.txt" and the download should succeed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |