mshtml/tests: Improve the iframe navigation test.
commit1593f2f508e5179061c4bb634c817cea79ff2302
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Thu, 30 Nov 2023 15:51:54 +0000 (30 17:51 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 1 Dec 2023 17:48:08 +0000 (1 18:48 +0100)
tree06dcc0518cf6c1e2594300ed481824feb34f769a
parent5b60f4649b15efb9ef10b63da3ef2c42f8665078
mshtml/tests: Improve the iframe navigation test.

It was confusing before since it made it seem like it might use the outer
window, while in fact the document is unchanged on native. Now the "new"
doc is used for navigating, since it's already checked to be the same as
the iframes_doc (but that test fails in wine and is todo_wine).
dlls/mshtml/tests/events.c