mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:52:43 +00:00 
			
		
		
		
	|  9c99182b1e This change modifies hit_test() to no longer return the first paintable encountered at a specified position. Instead, this function accepts a callback that is invoked for each paintable located at a position, in hit-testing order. This modification will allow us to reuse this call for `Document.elementsFromPoint()` in upcoming changes. | ||
|---|---|---|
| .. | ||
| 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 | ||