This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-17 21:26:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fbc42e7d4282053414c7cf85a3ef7a74e07f4d46
ladybird
/
Tests
/
LibWeb
/
Text
/
input
/
DOM
History
Andreas Kling
e7febd347b
LibWeb: Don't advertise the empty string as HTMLCollection property name
...
This fixes wpt/dom/collections/HTMLCollection-empty-name.html
2024-05-27 17:33:29 +02:00
..
CDATASection-assignedSlot.html
…
ChildNode-after-next-sibling.html
…
ChildNode-before-previous-sibling.html
…
cloneNode-with-goofy-attribute.html
LibWeb: Allow cloneNode() to clone elements with weird attributes
2024-04-21 19:51:24 +02:00
createElement-with-emoji-in-tag-name.html
…
createEvent-hashchangeevent.html
LibWeb: Make document.createEvent("hashchangeevent") produce right type
2024-04-16 19:50:45 +02:00
Delete-from-text-node-with-associated-range.html
…
Document-createCDATASection.html
…
Document-dir.html
LibWeb: Implement Document.dir
2024-05-14 13:35:36 -04:00
Document-methods-that-must-do-nothing.html
…
Document-named-properties.html
…
Document-set-designMode.html
…
Document-set-partial-attributes.html
LibWeb/DOM: Implement the Document object's partial attributes
2024-04-19 10:58:45 +02:00
DOMImplementation-create-xml-document.html
…
DOMImplementation-createHTMLDocument.html
…
DOMParser-xml-document.html
…
Element-closest.html
…
Element-from-point-2.html
…
Element-from-point.html
…
Element-getAttributeNodeNS.html
…
Element-getAttributeNS.html
…
Element-removeAttributeNode.html
…
Element-removeAttributeNS.html
…
element-scroll-height.html
…
element-scroll-width.html
…
Element-set-scroll-left.html
…
Element-setAttribute-capitalization.html
LibWeb: Add name validation and document check to setAttribute
2024-04-19 06:32:41 -04:00
Element-setAttribute-name-validation.html
LibWeb: Add name validation and document check to setAttribute
2024-04-19 06:32:41 -04:00
Element-toggleAttribute-xml-doc-html-ns.html
LibWeb: Only use lowercase attributes on toggle for HTML documents
2024-05-12 07:28:09 +01:00
Elements-from-point-2.html
…
Elements-from-point-3.html
…
Elements-from-point.html
…
HTMLCollection-empty-string-as-property-name.html
LibWeb: Don't advertise the empty string as HTMLCollection property name
2024-05-27 17:33:29 +02:00
HTMLCollection-order.html
LibWeb: Look for first ID _or_ name in HTMLCollection::named_item
2024-04-26 07:44:01 -04:00
Offset-of-empty-inline-element.html
…
Range-deleteContents.html
LibWeb: Fix nodesToRemove collecting traversal in Range::delete_contents
2024-04-20 13:32:24 +02:00
Range-to-string.html
…
setAttribute-with-emoji-in-attribute-name.html
…
Text-methods.html
…
Text-set-get-data.html
…
TreeWalker-nextNode-with-detached-currentNode.html
…
update-live-ranges-on-node-insertion.html
…
Window-methods-that-must-do-nothing.html
…