In wxGTK using negative coordinates with HitTest() happens to work and it's useful to test that it does, as this test will run when the control is scrolled even under Travis CI, unlike the test with positive coordinates which doesn't work under Xvfb there and was disabled in the previous commit. Also document that passing negative coordinates to this function only works in wxGTK.