ladybird/Tests/LibWeb/Text/input/DOM
Tim Ledbetter ba641d4784 LibWeb: Update attribute name validation in Element.setAttribute()
This now follows the latest specification steps.
2025-06-19 11:00:53 +01:00
..
cancelable-events.html LibWeb: Pass along the init dictionary for error / buffer change events 2025-03-25 07:52:12 +00:00
CDATASection-assignedSlot.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
CDATASection-cloneNode.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
CharacterData-replaceData-break-surrogate-pair.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
CharacterData-substringData-break-surrogate-pair.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
ChildNode-after-next-sibling.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
ChildNode-before-previous-sibling.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
cloneNode-with-goofy-attribute.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
createElement-with-emoji-in-tag-name.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
createEvent-hashchangeevent.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Delete-from-text-node-with-associated-range.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
derived-interface-prototype.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Document-body-element-frameset-before-body.html LibWeb: Frameset should be the body element if it comes before body 2024-10-12 11:52:53 -06:00
Document-createCDATASection.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Document-createElementNS-custom.html LibWeb: Use right interface for custom SVG and MathML elements 2024-10-31 09:58:59 +00:00
Document-createElementNS-uppercase.html
Document-defaultView.html LibWeb: Return a WindowProxy from document.defaultView 2024-09-21 10:05:34 +02:00
Document-dir.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Document-getElementsByName-returns-html-elements.html LibWeb: Only return HTML elements from getElementsByName() 2024-10-14 17:59:00 +02:00
Document-has-unforgeable-properties.html LibWeb: Implement the LegacyUnforgeable attribute 2025-03-27 23:50:35 +00:00
Document-methods-that-must-do-nothing.html
Document-named-properties.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Document-set-designMode.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Document-set-partial-attributes.html
Document-svg-title-element-first-child.html LibWeb: Insert title as first child on setting title of svg document 2024-10-14 07:13:58 +02:00
DOMImplementation-create-xml-document.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
DOMImplementation-createHTMLDocument.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
domparser-parsefromstring-doctype-publicid.html LibXML: Set the doctype when parsing via Parser::parse_with_listener 2024-10-30 14:53:36 +01:00
domparser-parsefromstring-doctype-systemid.html LibXML: Set the doctype when parsing via Parser::parse_with_listener 2024-10-30 14:53:36 +01:00
domparser-parsefromstring-xml-empty-pubid.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
domparser-parsefromstring-xml-empty-systemid.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
domparser-parsefromstring-xml-parsererror.html LibWeb: Test for parseFromString parsererror 2024-10-14 16:20:57 +01:00
DOMParser-xml-document.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
DOMParser-xmlns.html
DOMStringMap-setter-with-invalid-name.html LibWeb: Update attribute name validation in Element.setAttribute() 2025-06-19 11:00:53 +01:00
Element-classList.html
Element-closest.html
Element-documentElement-scrollWidthHeight.html LibWeb: Fix document element's .scrollHeight and .scrollWidth 2025-06-17 17:17:34 +01:00
Element-from-point-2.html
Element-from-point.html
Element-getAttributeNodeNS.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Element-getAttributeNS.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Element-removeAttributeNode.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Element-removeAttributeNS.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Element-scrollHeight.html LibWeb: Fix document element's .scrollHeight and .scrollWidth 2025-06-17 17:17:34 +01:00
Element-scrollWidth.html LibWeb: Fix document element's .scrollHeight and .scrollWidth 2025-06-17 17:17:34 +01:00
Element-set-scroll-left.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Element-setAttribute-capitalization.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Element-setAttribute-name-validation.html LibWeb: Update attribute name validation in Element.setAttribute() 2025-06-19 11:00:53 +01:00
Element-text-transform-fullwidth.html Tests: Fix 404 at Element-text-transform-fullwidth.html 2024-11-29 12:16:50 +00:00
Element-text-transform-lowercase.html LibWeb: Pass locale to to_lowercase() from apply_text_transform 2024-11-01 07:48:17 -04:00
Element-text-transform-uppercase.html LibWeb: Pass locale to to_uppercase() from apply_text_transform 2024-11-01 07:48:17 -04:00
Element-to_titlecase-lang.html LibWeb: Use the correct locale when applying titlecase 2024-10-28 17:55:05 -04:00
Element-toggleAttribute-xml-doc-html-ns.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Elements-from-point-2.html
Elements-from-point-3.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Elements-from-point.html
Event-has-unforgeable-properties.html LibWeb: Implement the LegacyUnforgeable attribute 2025-03-27 23:50:35 +00:00
FormAssociatedElement-selection-type-change.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
FormAssociatedElement-selection.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
FormAssociatedElement-setRangeText.html
getElementById-empty-string.html
getElementById-multiple.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
getElementById-on-unconnected-shadow-tree.html LibWeb: Limit usage of getElementById() cache to connected roots 2025-04-06 04:14:29 +02:00
getElementsByClassName-empty-string.html
getElementsByClassName-multiple.html
getElementsName-empty-string.html
HTMLCollection-empty-string-as-property-name.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
HTMLCollection-order.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
HTMLCollection-property-names-iteration-order.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
HTMLSelectElement-length.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Node-isDefaultNamespace.html
Node-isEqualNode.html
Node-lookupNamespaceURI.html
Node-lookupPrefix.html
Node-nodeName.html
Node-normalize.html
Offset-of-empty-inline-element.html
range-bounding-client-rect-with-nested-text.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Range-containing-CDATASection.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Range-deleteContents.html LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
range-get-client-rects.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Range-to-string.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
removeAttribute-style.html LibWeb: Update m_inline_style when element style attribute is removed 2025-06-09 12:06:44 +01:00
setAttribute-with-emoji-in-attribute-name.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
shadow-root-boundary-of-inserted-node-is-traversed.html LibWeb: Actually traverse the shadow root of the inclusive descendant 2024-11-13 14:40:02 +01:00
Text-methods.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Text-set-get-data.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Text-wholeText.html
TreeWalker-nextNode-with-detached-currentNode.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
update-live-ranges-on-node-insertion.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Window-methods-that-must-do-nothing.html