mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01: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.
9 lines
251 B
INI
Vendored
9 lines
251 B
INI
Vendored
[getClientRects-zoom.html]
|
|
[getBoundingClientRect for elements with css zoom 2]
|
|
expected: FAIL
|
|
|
|
[getBoundingClientRect for elements with css zoom 3]
|
|
expected: FAIL
|
|
|
|
[getBoundingClientRect for elements with css zoom 4]
|
|
expected: FAIL
|