On Tue Nov 19 17:50:54 2024 +0000, Jacek Caban wrote:
You're removing it for document type nodes in earlier commit, creating a temporary regression until this commit. Overall, I'd prefer the test part to be way sooner in the series, ideally before changing `Node` prototype object. Unless I'm missing something, it should be trivial to do with `todo_wine`s.
I'm not sure I can add the tests too early, since I can't add todo wines on extra props exposed by wine (those aren't even in the array and would fail on Windows if they were), but only on props wine does not expose. But good point about the regression.