On 01/02/12 14:53, Paul Chitescu wrote:
Changelog: urlmon: When detecting text/html look for HEAD or BODY tags too and only in first 256 bytes
Please add a test case.
This fixes bug #27115 and similar.
Note that this is just a minor improvement. The entire implementation should be changed to follow the IE way: http://msdn.microsoft.com/en-us/library/ms775147(v=vs.85).aspx
It mostly is except that page is full of mistakes (as proven by our tests).
Jacek