Bug 209329 - REGRESSION(r258741): [GTK] anchor-file-blob-download-includes-backslash.html is failing
Summary: REGRESSION(r258741): [GTK] anchor-file-blob-download-includes-backslash.html ...
Status: RESOLVED FIXED
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: 2020-03-20 02:58 PDT by Diego Pino
Modified: 2020-06-22 22:55 PDT (History)
6 users (show)

See Also:


Attachments
Patch (7.61 KB, patch)
2020-06-21 06:34 PDT, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-03-20 02:58:29 PDT
The test is failing after r258741:

  fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-backslash.html [ Failure ]

r258741 sanitizes the output of suggested downloading file. For some reason, the sanitization doesn't take place in GTK.
Comment 1 Carlos Garcia Campos 2020-06-21 06:34:50 PDT
Created attachment 402421 [details]
Patch
Comment 2 Adrian Perez 2020-06-22 03:20:46 PDT
By the way, this should also be tagged [WPE] — or [Soup] instead of [GTK][WPE].
Comment 3 Carlos Garcia Campos 2020-06-22 22:55:29 PDT
Committed r263388: <https://trac.webkit.org/changeset/263388>