[Webkit-unassigned] [Bug 168871] New: [GTK] Downloads attributes tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 25 08:33:02 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=168871

            Bug ID: 168871
           Summary: [GTK] Downloads attributes tests are failing
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org, cdumez at apple.com

r212972 "Download attribute should be sanitized before being used as suggested filename" added several new layout tests, all of which are broken for GTK port. These tests always fail:

fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-doublequote.html
fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-slashes.html

This test always times out:

fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-unicode.html

Text diffs for the two failing tests:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-doublequote-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-doublequote-actual.txt
@@ -1,5 +1,5 @@
 Download started.
-Downloading URL with suggested filename "test"abe.png"
+Downloading URL with suggested filename "test\"abe.png"
 Download completed.
 The suggested filename above should be 'test"abe.png' and the download should succeed.

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-slashes-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-slashes-actual.txt
@@ -1,6 +1,7 @@
 Download started.
-Downloading URL with suggested filename "test1_test2abe.png"
-Download completed.
+Downloading URL with suggested filename "test1/test2\\abe.png"
+Download failed.
+Failed: WebKitNetworkError, code=302, description=Load request cancelled
 The suggested filename above should NOT include slashes or backslashes and the download should succeed.

 File backed blob URL

I'll update the expectations accordingly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170225/0e187ffb/attachment.html>


More information about the webkit-unassigned mailing list