Bug 38541 - [Qt] http/tests/plugins/npapi-response-headers.html
Summary: [Qt] http/tests/plugins/npapi-response-headers.html
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Robert Hogan
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-05-04 13:17 PDT by Robert Hogan
Modified: 2010-05-09 02:21 PDT (History)
0 users

See Also:


Attachments
Patch (4.30 KB, patch)
2010-05-04 13:31 PDT, Robert Hogan
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Hogan 2010-05-04 13:17:29 PDT
Turns out this fails because run-webkit-tests was eating the first occurrence of 'Content-Type: text/plain' as a header. Strange but true. So do as Chromium does and preface all text dumps with the 'Content-Type: text/plain' header.
Comment 1 Robert Hogan 2010-05-04 13:31:15 PDT
Created attachment 55040 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-05-05 21:58:06 PDT
Comment on attachment 55040 [details]
Patch

OK.  There are other possible mimetypes, but hard-coding plain/text for now is OK.
Comment 3 Robert Hogan 2010-05-09 02:21:18 PDT
Landed in r59017.