mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Implement GetElementRect webdriver command: #8623 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! <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9708) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
Cargo.toml | ||
constellation_msg.rs | ||
lib.rs | ||
webdriver_msg.rs |