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-01-08 17:47:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8feaecd5c8d02a2fdb989a9a9671e008d1c3a7de
ladybird
/
Tests
/
LibWeb
/
Text
/
expected
/
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.txt
…
ChildNode-after-next-sibling.txt
…
ChildNode-before-previous-sibling.txt
…
cloneNode-with-goofy-attribute.txt
LibWeb: Allow cloneNode() to clone elements with weird attributes
2024-04-21 19:51:24 +02:00
createElement-with-emoji-in-tag-name.txt
…
createEvent-hashchangeevent.txt
LibWeb: Make document.createEvent("hashchangeevent") produce right type
2024-04-16 19:50:45 +02:00
Delete-from-text-node-with-associated-range.txt
…
Document-createCDATASection.txt
…
Document-dir.txt
LibWeb: Implement Document.dir
2024-05-14 13:35:36 -04:00
Document-methods-that-must-do-nothing.txt
…
Document-named-properties.txt
…
Document-set-designMode.txt
…
Document-set-partial-attributes.txt
LibWeb/DOM: Implement the Document object's partial attributes
2024-04-19 10:58:45 +02:00
DOMImplementation-create-xml-document.txt
…
DOMImplementation-createHTMLDocument.txt
…
DOMParser-xml-document.txt
…
Element-closest.txt
…
Element-from-point-2.txt
…
Element-from-point.txt
…
Element-getAttributeNodeNS.txt
…
Element-getAttributeNS.txt
…
Element-removeAttributeNode.txt
LibWeb: Implement Element.removeAttributeNode()
2024-04-14 22:08:22 +02:00
Element-removeAttributeNS.txt
…
element-scroll-height.txt
…
element-scroll-width.txt
…
Element-set-scroll-left.txt
…
Element-setAttribute-capitalization.txt
LibWeb: Add name validation and document check to setAttribute
2024-04-19 06:32:41 -04:00
Element-setAttribute-name-validation.txt
LibWeb: Add name validation and document check to setAttribute
2024-04-19 06:32:41 -04:00
Element-toggleAttribute-xml-doc-html-ns.txt
LibWeb: Only use lowercase attributes on toggle for HTML documents
2024-05-12 07:28:09 +01:00
Elements-from-point-2.txt
…
Elements-from-point-3.txt
…
Elements-from-point.txt
…
HTMLCollection-empty-string-as-property-name.txt
LibWeb: Don't advertise the empty string as HTMLCollection property name
2024-05-27 17:33:29 +02:00
HTMLCollection-order.txt
LibWeb: Look for first ID _or_ name in HTMLCollection::named_item
2024-04-26 07:44:01 -04:00
Offset-of-empty-inline-element.txt
…
Range-deleteContents.txt
LibWeb: Fix nodesToRemove collecting traversal in Range::delete_contents
2024-04-20 13:32:24 +02:00
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
…
update-live-ranges-on-node-insertion.txt
…
Window-methods-that-must-do-nothing.txt
…