forked from mirrors/gecko-dev
Implement the webdriver Get Element Rect command. Originally I wrote out the algorithm for [Step 7](https://w3c.github.io/webdriver/webdriver-spec.html#dfn-calculate-the-absolute-position) and then I found `GetBoundingClientRect`, and i thought it was probably best to use it instead. As always, feedback is very welcomed! Source-Repo: https://github.com/servo/servo Source-Revision: e5f3c5b6d1f09f1d86e63b1d37ab3d02f19a3be3 |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| constellation_msg.rs | ||
| lib.rs | ||
| webdriver_msg.rs | ||