On 23.06.2020 17:35, Dmitry Timoshkov wrote:
Jacek Caban jacek@codeweavers.com wrote:
The <meta> element in the second HTML looks suspicious, it doesn't have http-equiv="Content-Type" attribute. Does it help if you add one?
Yes, it does help.
It would still need more testing to be sure, but it sounds like <meta> handling is the main suspect. That part lives mostly in Gecko tree (except for X-UA-Compatible).
Also, is the problem reproducible if you load the subframe as a main frame?
How can I do that?
My understanding is that in your case the second HTML is in <frame> or <iframe> element. You could just open it directly (but from above, it sounds like it's not related).
Jacek