..
insertion-removing-steps
LibWeb/HTML: Use DOM's post-connection steps for iframe elements
2024-12-14 12:06:41 -08:00
moveBefore /tentative
LibWeb: Implement 'State-preserving atomic move integration'
2025-04-26 08:45:37 -06:00
attributes-namednodemap-cross-document.window.html
LibWeb/DOM: Update an attribute's node document
2025-02-23 22:36:42 +00:00
attributes-namednodemap-cross-document.window.js
LibWeb/DOM: Update an attribute's node document
2025-02-23 22:36:42 +00:00
attributes.html
LibWeb: Use correct comparison logic in NamedNodeMap::get_attribute()
2024-11-23 21:19:28 +00:00
attributes.js
LibWeb: Use correct comparison logic in NamedNodeMap::get_attribute()
2024-11-23 21:19:28 +00:00
CharacterData-surrogates.html
LibWeb: Make replaceData create new surrogate pairs
2024-11-24 13:04:06 +00:00
Comment-constructor.html
Tests: Import WPTs to prevent optional string argument regressions
2024-11-29 20:23:01 +00:00
Comment-Text-constructor.js
Tests: Import WPTs to prevent optional string argument regressions
2024-11-29 20:23:01 +00:00
Document-constructor-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Document-createEvent.js
Tests: Import a bunch of WPT tests from /dom/events
2024-11-17 14:56:35 +01:00
Document-createProcessingInstruction-xhtml.xhtml
Document-createProcessingInstruction.html
Document-createProcessingInstruction.js
DocumentType-literal-xhtml.xhtml
LibXml: Notify listener when doctype is parsed
2025-01-20 14:48:19 +01:00
DOMImplementation-createHTMLDocument.html
Tests: Import WPTs to prevent optional string argument regressions
2024-11-29 20:23:01 +00:00
DOMImplementation-createHTMLDocument.js
Tests: Import WPTs to prevent optional string argument regressions
2024-11-29 20:23:01 +00:00
Element-childElement-null-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-childElementCount-dynamic-add-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-childElementCount-dynamic-remove-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-childElementCount-nochild-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-childElementCount-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-closest.html
LibWeb: Ensure selected options collection is created prior to access
2025-02-08 07:32:24 -05:00
Element-firstElementChild-entity.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-firstElementChild-namespace-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-firstElementChild-namespace-xhtml.xhtml
Tests: Import WPT test for firstElementChild namespace in xhtml
2024-12-09 09:13:24 +00:00
Element-firstElementChild-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-lastElementChild-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-nextElementSibling-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-previousElementSibling-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
Element-siblingElement-null-svg.svg
Tests: Import some newly-passing SVG tests
2025-02-25 15:02:35 +01:00
MutationObserver-cross-realm-callback-report-exception.html
LibWeb: Report exceptions that occur during mutation observer microtask
2024-12-19 15:25:08 +00:00
Node-cloneNode-svg.html
LibWeb: Clone all attribute properties when cloning a single node
2025-01-11 23:10:09 +01:00
Node-cloneNode-XMLDocument.html
LibWeb: Use correct factory function when cloning a Document node
2024-11-19 19:24:37 +00:00
Node-normalize.html
LibWeb: Make Node.normalize() ignore CDATASection nodes
2024-11-20 16:10:57 +01:00
Node-properties.html
LibWeb: Make Node::is_text() return true for CDATASection nodes
2024-11-19 19:24:37 +00:00
Node-replaceChild.html
LibWeb: Fix incorrect exception on replaceChild() with doctypes
2024-11-20 16:10:57 +01:00
ParentNode-querySelector-All.html
LibWeb: Don't allow trailing commas in selector lists
2024-11-23 09:49:33 +01:00
ParentNode-querySelector-All.js
LibWeb: Don't allow trailing commas in selector lists
2024-11-23 09:49:33 +01:00
ParentNode-querySelectors-namespaces.html
LibWeb: Take namespace into account when matching attribute
2024-11-30 16:47:14 +00:00
pre-insertion-validation-hierarchy.js
LibWeb: Implement 'State-preserving atomic move integration'
2025-04-26 08:45:37 -06:00
pre-insertion-validation-notfound.js
LibWeb: Fix incorrect exception on replaceChild() with doctypes
2024-11-20 16:10:57 +01:00
productions.js
LibWeb: Use correct comparison logic in NamedNodeMap::get_attribute()
2024-11-23 21:19:28 +00:00
selectors.js
LibWeb: Don't allow trailing commas in selector lists
2024-11-23 09:49:33 +01:00
Text-constructor.html
Tests: Import WPTs to prevent optional string argument regressions
2024-11-29 20:23:01 +00:00