Bug 185913 - [GTK] fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke.html fails
Summary: [GTK] fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke.html f...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-23 05:16 PDT by Alicia Boya García
Modified: 2018-05-24 00:39 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2018-05-23 05:16:26 PDT
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.