Bug 189994 - [GTK] fast/files/xhr-response-blob.html is failing since long ago
Summary: [GTK] fast/files/xhr-response-blob.html is failing since long ago
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-09-26 07:39 PDT by Alicia Boya García
Modified: 2018-09-26 07:39 PDT (History)
1 user (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-09-26 07:39:22 PDT
The following test is failing on GTK since long ago:

fast/files/xhr-response-blob.html

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/files/xhr-response-blob-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/files/xhr-response-blob-actual.txt
@@ -16,5 +16,5 @@
 PASS xhr.responseType is "blob"
 PASS xhr.response is null
 PASS xhr.response instanceof Blob is true
-PASS xhr.response.type is "application/octet-stream"
+FAIL xhr.response.type should be application/octet-stream. Was text/plain.