1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:47:35 +00:00
serenity/Libraries/LibWeb/Tests/DOM
Nico Weber e9b56b5b9c LibWeb: Add Node.textContent
This requires moving remove_all_children() from ParentNode to
Node, which makes ParentNode.cpp empty, so remove it.

It also co-opts the existing Node::text_content() method and
tweaks it slightly to fit the semantics of Node.textContent.
2020-08-17 21:23:11 +02:00
..
document.doctype.js LibWeb: Reorganize tests into DOM/ and HTML/ 2020-08-03 20:50:20 +02:00
document.documentElement.js LibWeb: Reorganize tests into DOM/ and HTML/ 2020-08-03 20:50:20 +02:00
Node.js LibWeb: Add Node.textContent 2020-08-17 21:23:11 +02:00
Text.js LibWeb: Add a very basic test for Text node APIs ("data" and "length") 2020-08-03 20:53:26 +02:00