RESOLVED FIXED 25792
REGRESSION (r43518): fast/encoding/percent-escaping.html times out on Windows
https://bugs.webkit.org/show_bug.cgi?id=25792
Summary REGRESSION (r43518): fast/encoding/percent-escaping.html times out on Windows
Adam Roben (:aroben)
Reported 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.
Attachments
Adam Roben (:aroben)
Comment 1 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.
Adam Roben (:aroben)
Comment 2 2009-05-14 09:12:10 PDT
Added to the Skipped file in r43706
Adam Roben (:aroben)
Comment 3 2009-05-14 09:13:05 PDT
Seems like this might be a CFNetwork bug.
Adam Roben (:aroben)
Comment 4 2009-05-14 09:13:27 PDT
Adam Roben (:aroben)
Comment 5 2009-05-14 09:28:33 PDT
Looks like this started failing after Brady's content-sniffing changes.
Brent Fulgham
Comment 6 2014-02-18 10:17:40 PST
This now works properly.
Note You need to log in before you can comment on or make changes to this bug.