Add support for hit testing …
This adds a new API point for doing hit testing against the display list. This version supports the features Servo needs to do hist testing, except for text index support (which will come in a later PR). Fixes #1575.