On Wed Nov 9 16:48:17 2022 +0000, Gabriel Ivăncescu wrote:
Good point, I haven't really tested that, mostly because I don't know how to write a proper test that navigates to a different doc node on same doc obj. Do you have tips or should I just test it "manually"?
Any navigation (except for fragment-only) should do that, basically every web page has its own document object. You could use document.location.href = "..."; or anything alike. We already have `test_put_href()`, but I'm not sure if it will be convenient as it also tests all embedding API effects of navigation.