servo/tests/wpt/meta/html/semantics/embedded-content/the-canvas-element/canvas-descendants-focusability-003.tentative.html.ini
Martin Robinson 47a4ce467f
layout: Add basic support for getClientRects() queries (#31696)
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.
2024-03-15 17:20:47 +00:00

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