servo/components/msg
bors-servo e5f3c5b6d1 Auto merge of #9708 - danlrobertson:i8623, r=KiChjang
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 -->
2016-02-25 05:49:03 +05:30
..
Cargo.toml Update webrender crate refs to reflect ownership change. 2016-02-23 19:49:50 -05:00
constellation_msg.rs Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
lib.rs Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
webdriver_msg.rs Implement GetElementRect webdriver command 2016-02-24 11:41:42 -05:00