mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +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.
24 lines
699 B
INI
Vendored
24 lines
699 B
INI
Vendored
[canvas-descendants-focusability-003.tentative.html]
|
|
[<div tabindex="-1" data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<span tabindex="-1" data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<a href="#" data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<button style="display: contents" data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<section style="display: contents" tabindex="-1" data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<div style="display: contents" tabindex="-1" data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<span style="display: contents" tabindex="-1" data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<a style="display: contents" href="#" data-focusable="false">]
|
|
expected: FAIL
|