1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/Tests/LibWeb/Text/expected/DOM
Shannon Booth 1f88046bb2 LibWeb: Add a test for setting and getting Text data
This is a pretty straightforward test, but I managed to make this crash
on real sites while trying to fix #20971 without any other test in the
existing suite failing.
2023-12-22 08:19:51 +00:00
..
createElement-with-emoji-in-tag-name.txt LibWeb: Don't crash on Document.createElement() with emoji in tag name 2023-12-04 00:04:04 +01:00
setAttribute-with-emoji-in-attribute-name.txt LibWeb: Don't crash on Element.setAttribute() with emoji in name 2023-12-04 00:04:04 +01:00
Text-set-get-data.txt LibWeb: Add a test for setting and getting Text data 2023-12-22 08:19:51 +00:00
TreeWalker-nextNode-with-detached-currentNode.txt LibWeb: Don't get stuck in TreeWalker.nextNode() when current detached 2023-12-03 23:16:26 +01:00