Bug 25792
Summary: | REGRESSION (r43518): fast/encoding/percent-escaping.html times out on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, PlatformOnly |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://build.webkit.org/results/Windows%20Release%20(Tests)/r43702%20(921)/fast/encoding/percent-escaping-pretty-diff.html |
Adam Roben (:aroben)
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
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.
Adam Roben (:aroben)
Added to the Skipped file in r43706
Adam Roben (:aroben)
Seems like this might be a CFNetwork bug.
Adam Roben (:aroben)
<rdar://problem/6887936>
Adam Roben (:aroben)
Looks like this started failing after Brady's content-sniffing changes.
Brent Fulgham
This now works properly.