1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 14:52:07 +00:00
serenity/Tests/LibWeb/Text/input/DOM
Andrew Kaster 94149db073 LibWeb: Implement Document named properties with light caching
We now cache potentially named elements on the Document when elements
are inserted and removed. This allows us to do lookup of what names are
supported much faster than if we had to iterate the tree every time.

This first cut doesn't implement the rules for 'exposed' object and
embed elements.
2024-02-16 16:18:31 -05:00
..
createElement-with-emoji-in-tag-name.html LibWeb: Don't crash on Document.createElement() with emoji in tag name 2023-12-04 00:04:04 +01:00
Delete-from-text-node-with-associated-range.html LibWeb: Use correct offset value when replacing character data 2024-02-10 11:18:51 +01:00
Document-named-properties.html LibWeb: Implement Document named properties with light caching 2024-02-16 16:18:31 -05:00
Document-set-designMode.html LibWeb: Implement document.designMode 2024-02-12 07:35:14 +01:00
DOMImplementation-create-xml-document.html LibWeb: Create XMLDocuments in DOMImplementation.createDocument 2024-01-04 11:23:20 +01:00
DOMParser-xml-document.html LibWeb: Create XML Documents in DOMParser.parseFromString 2024-01-04 11:23:20 +01:00
Element-from-point-2.html LibWeb: Do paint-order traversal in Document::element_from_point() 2024-02-14 06:56:22 +01:00
Element-from-point.html LibWeb: Implement document.elementFromPoint() 2024-02-06 08:43:03 +01:00
Element-getAttributeNodeNS.html LibWeb: Implement Element.getAttributeNodeNS 2024-01-14 16:10:18 -07:00
Element-getAttributeNS.html LibWeb: Implement Element.getAttributeNS 2024-01-13 08:33:10 +01:00
Element-removeAttributeNS.html LibWeb: Implement Element.removeAttributeNS 2024-01-14 16:10:18 -07:00
Elements-from-point-2.html LibWeb: Do paint-order traversal in Document::elements_from_point() 2024-02-14 06:56:22 +01:00
Elements-from-point-3.html LibWeb: Do paint-order traversal in Document::elements_from_point() 2024-02-14 06:56:22 +01:00
Elements-from-point.html LibWeb: Do paint-order traversal in Document::elements_from_point() 2024-02-14 06:56:22 +01:00
Offset-of-empty-inline-element.html LibWeb: Don't crash when querying offsets of empty inline elements 2024-01-28 23:32:40 +01:00
Range-to-string.html LibWeb: Use UTF-16 code unit offsets in Range::to_string 2024-01-04 10:10:44 +01:00
setAttribute-with-emoji-in-attribute-name.html LibWeb: Don't crash on Element.setAttribute() with emoji in name 2023-12-04 00:04:04 +01:00
Text-methods.html LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData 2023-12-23 20:41:41 +01:00
Text-set-get-data.html LibWeb: Add a test for setting and getting Text data 2023-12-22 08:19:51 +00:00
TreeWalker-nextNode-with-detached-currentNode.html LibWeb: Don't get stuck in TreeWalker.nextNode() when current detached 2023-12-03 23:16:26 +01:00