1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 03:20:59 +00:00
serenity/Libraries/LibWeb/Tests
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
..
DOM LibWeb: Add Node.textContent 2020-08-17 21:23:11 +02:00
HTML LibWeb: Reorganize tests into DOM/ and HTML/ 2020-08-03 20:50:20 +02:00
Window test-web: Add ability to change page mid-test 2020-07-25 12:35:15 +02:00
.prettierrc LibWeb+test-web: Create test-web program, add doctype test 2020-07-23 13:11:41 +02:00
test-common.js test-web: Add ability to change page mid-test 2020-07-25 12:35:15 +02:00