Bug 25792 - REGRESSION (r43518): fast/encoding/percent-escaping.html times out on Windows
Summary: REGRESSION (r43518): fast/encoding/percent-escaping.html times out on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, LayoutTestFailure, PlatformOnly
Depends on:
Blocks:
 
Reported: 2009-05-14 09:09 PDT by Adam Roben (:aroben)
Modified: 2014-02-18 10:17 PST (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 Adam Roben (:aroben) 2009-05-14 09:09:35 PDT
To reproduce:

1. run-webkit-tests fast/encoding/percent-escaping.html

The test times out. See <http://build.webkit.org/results/Windows%20Release%20(Tests)/r43702%20(921)/fast/encoding/percent-escaping-pretty-diff.html> for the diff of the failure.
Comment 1 Adam Roben (:aroben) 2009-05-14 09:10:19 PDT
Preliminary investigation shows that CFNetwork is returning a MIME type of "application/octet-stream" for the <form>'s action attribute. On OS X it returns "text/html", which is far more sensible.

Opening this test in Safari causes Safari to open Windows Explorer pointing the the <form>'s action attribute.
Comment 2 Adam Roben (:aroben) 2009-05-14 09:12:10 PDT
Added to the Skipped file in r43706
Comment 3 Adam Roben (:aroben) 2009-05-14 09:13:05 PDT
Seems like this might be a CFNetwork bug.
Comment 4 Adam Roben (:aroben) 2009-05-14 09:13:27 PDT
<rdar://problem/6887936>
Comment 5 Adam Roben (:aroben) 2009-05-14 09:28:33 PDT
Looks like this started failing after Brady's content-sniffing changes.
Comment 6 Brent Fulgham 2014-02-18 10:17:40 PST
This now works properly.