mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
This adds basic support for `getClientRects()` by sharing code with the implementation of `getBoundingClientRect()`. In addition to sharing code, it also shares all of the bugs. Primarily, scrolilng positions are not taken into account when return boundary rectangles.