ladybird/Tests/LibWeb/Text/expected/DOM
Aliaksandr Kalenik 9e232a70c3
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb: Allow descendant boxes to contribute in overflow rect of parent
...with inline children. This fixes an issue when we ignore abspos boxes
contained by PaintableWithLines while calculating overflow rect size.

Lots of layout tests are affected, because now PaintableWithLines has
overflow rect.

`Text/input/DOM/Element-set-scroll-left.html` is also affected and now
matches other browsers.
2025-07-06 17:10:18 +02:00
..
cancelable-events.txt LibWeb: Pass along the init dictionary for error / buffer change events 2025-03-25 07:52:12 +00:00
CDATASection-assignedSlot.txt
CDATASection-cloneNode.txt LibWeb: Clone CDATASection nodes with the correct node type 2024-11-20 15:15:56 +01:00
CharacterData-replaceData-break-surrogate-pair.txt LibWeb: Allow splitting surrogate pairs in CharacterData.replaceData() 2024-07-20 06:41:25 +02:00
CharacterData-substringData-break-surrogate-pair.txt LibWeb: Allow splitting surrogate pairs in CharacterData.substringData() 2024-10-20 11:18:57 +01:00
ChildNode-after-next-sibling.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
ChildNode-before-previous-sibling.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
cloneNode-with-goofy-attribute.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
createElement-with-emoji-in-tag-name.txt
createEvent-hashchangeevent.txt
Delete-from-text-node-with-associated-range.txt
derived-interface-prototype.txt
Document-body-element-frameset-before-body.txt LibWeb: Frameset should be the body element if it comes before body 2024-10-12 11:52:53 -06:00
Document-createCDATASection.txt
Document-createElementNS-custom.txt LibWeb: Use right interface for custom SVG and MathML elements 2024-10-31 09:58:59 +00:00
Document-createElementNS-uppercase.txt LibWeb: Make document.createElementNS() case-sensitive 2024-07-25 13:12:34 +02:00
Document-defaultView.txt LibWeb: Return a WindowProxy from document.defaultView 2024-09-21 10:05:34 +02:00
Document-dir.txt
Document-getElementsByName-returns-html-elements.txt LibWeb: Only return HTML elements from getElementsByName() 2024-10-14 17:59:00 +02:00
Document-has-unforgeable-properties.txt LibWeb: Implement the LegacyUnforgeable attribute 2025-03-27 23:50:35 +00:00
Document-methods-that-must-do-nothing.txt
Document-named-properties.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
Document-set-designMode.txt
Document-set-partial-attributes.txt
Document-svg-title-element-first-child.txt LibWeb: Insert title as first child on setting title of svg document 2024-10-14 07:13:58 +02:00
DOMImplementation-create-xml-document.txt
DOMImplementation-createHTMLDocument.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
domparser-parsefromstring-doctype-publicid.txt LibXML: Set the doctype when parsing via Parser::parse_with_listener 2024-10-30 14:53:36 +01:00
domparser-parsefromstring-doctype-systemid.txt LibXML: Set the doctype when parsing via Parser::parse_with_listener 2024-10-30 14:53:36 +01:00
domparser-parsefromstring-xml-empty-pubid.txt LibXML: Allow empty pubid when parsing document type 2024-10-23 21:08:56 +02:00
domparser-parsefromstring-xml-empty-systemid.txt LibXML: Allow empty systemid when parsing document type 2024-10-23 21:08:56 +02:00
domparser-parsefromstring-xml-parsererror.txt LibWeb: Test for parseFromString parsererror 2024-10-14 16:20:57 +01:00
DOMParser-xml-document.txt
DOMParser-xmlns.txt LibXML: Set XMLNS namespace for xmlns attribute 2024-07-14 11:49:31 +02:00
DOMStringMap-setter-with-invalid-name.txt LibWeb: Propagate exceptions from setAttribute() in DOMStringMap setter 2024-07-20 06:41:25 +02:00
Element-classList.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Element-closest.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
Element-documentElement-scrollWidthHeight.txt LibWeb: Fix document element's .scrollHeight and .scrollWidth 2025-06-17 17:17:34 +01:00
Element-from-point-2.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
Element-from-point.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
Element-getAttributeNodeNS.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Element-getAttributeNS.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Element-removeAttributeNode.txt
Element-removeAttributeNS.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Element-scrollHeight.txt LibWeb: Fix document element's .scrollHeight and .scrollWidth 2025-06-17 17:17:34 +01:00
Element-scrollWidth.txt LibWeb: Fix document element's .scrollHeight and .scrollWidth 2025-06-17 17:17:34 +01:00
Element-set-scroll-left.txt LibWeb: Allow descendant boxes to contribute in overflow rect of parent 2025-07-06 17:10:18 +02:00
Element-setAttribute-capitalization.txt
Element-setAttribute-name-validation.txt LibWeb: Update attribute name validation in Element.setAttribute() 2025-06-19 11:00:53 +01:00
Element-text-transform-fullwidth.txt LibWeb: Use String::to_fullwidth() when applying text-transform 2024-11-01 07:48:17 -04:00
Element-text-transform-lowercase.txt LibWeb: Pass locale to to_lowercase() from apply_text_transform 2024-11-01 07:48:17 -04:00
Element-text-transform-uppercase.txt LibWeb: Pass locale to to_uppercase() from apply_text_transform 2024-11-01 07:48:17 -04:00
Element-to_titlecase-lang.txt LibWeb: Use the correct locale when applying titlecase 2024-10-28 17:55:05 -04:00
Element-toggleAttribute-xml-doc-html-ns.txt
Elements-from-point-2.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
Elements-from-point-3.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Elements-from-point.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
Event-has-unforgeable-properties.txt LibWeb: Implement the LegacyUnforgeable attribute 2025-03-27 23:50:35 +00:00
FormAssociatedElement-selection-type-change.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
FormAssociatedElement-selection.txt LibWeb: Follow spec steps to set the selectionDirection attribute value 2024-10-04 19:42:33 +02:00
FormAssociatedElement-setRangeText.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
getElementById-empty-string.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
getElementById-multiple.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
getElementById-on-unconnected-shadow-tree.txt LibWeb: Limit usage of getElementById() cache to connected roots 2025-04-06 04:14:29 +02:00
getElementsByClassName-empty-string.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
getElementsByClassName-multiple.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
getElementsName-empty-string.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLCollection-empty-string-as-property-name.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLCollection-order.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLCollection-property-names-iteration-order.txt LibWeb: Preserve order of HTMLCollection property names 2024-10-04 22:43:44 +01:00
HTMLSelectElement-length.txt LibWeb: Correct logic for removing end nodes from HTMLOptionsCollection 2024-07-27 20:23:14 +01:00
Node-isDefaultNamespace.txt LibWeb: Implement Node.isDefaultNamespace() 2024-07-18 12:41:01 +03:00
Node-isEqualNode.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Node-lookupNamespaceURI.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Node-lookupPrefix.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Node-nodeName.txt Tests: Add test for Node.nodeName 2024-07-26 07:19:23 +02:00
Node-normalize.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Offset-of-empty-inline-element.txt LibWeb: Implement time-traveling inheritance for CSS font-size 2025-02-25 23:55:36 +01:00
range-bounding-client-rect-with-nested-text.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Range-containing-CDATASection.txt LibWeb: Calculate length for all CharacterData type nodes correctly 2024-07-25 15:57:21 +01:00
Range-deleteContents.txt LibWeb: Implement HTMLElement.innerText closer to spec 2024-10-27 12:10:28 +01:00
range-get-client-rects.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Range-to-string.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
removeAttribute-style.txt 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.txt
shadow-root-boundary-of-inserted-node-is-traversed.txt LibWeb: Actually traverse the shadow root of the inclusive descendant 2024-11-13 14:40:02 +01:00
Text-methods.txt
Text-set-get-data.txt
Text-wholeText.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
TreeWalker-nextNode-with-detached-currentNode.txt
update-live-ranges-on-node-insertion.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
Window-methods-that-must-do-nothing.txt