Bug 185913

Summary: [GTK] fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke.html fails
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: 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
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.