mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 13:41:01 +00:00
This API seems to be used by WPT for sending synthetic input events. Implementing the naive translation of elementFromPoint to the spec steps for this algorithm turns 4 'tests had errors unexpectedly' and 3 'tests had timeouts unexpectedly' into 1 pass and 7 'tests had unexpected subtest results' on the infrastructure/ subdirectory of WPT. |
||
|---|---|---|
| .. | ||
| createElement-with-emoji-in-tag-name.txt | ||
| Delete-from-text-node-with-associated-range.txt | ||
| Document-set-designMode.txt | ||
| DOMImplementation-create-xml-document.txt | ||
| DOMParser-xml-document.txt | ||
| Element-from-point.txt | ||
| Element-getAttributeNodeNS.txt | ||
| Element-getAttributeNS.txt | ||
| Element-removeAttributeNS.txt | ||
| Elements-from-point.txt | ||
| Offset-of-empty-inline-element.txt | ||
| Range-to-string.txt | ||
| setAttribute-with-emoji-in-attribute-name.txt | ||
| Text-methods.txt | ||
| Text-set-get-data.txt | ||
| TreeWalker-nextNode-with-detached-currentNode.txt | ||