Files
serenity/Tests/LibWeb/Text/expected/HTML/set-innerText.txt
samu698 a37e4092bc LibWeb/HTML: Implement inner text set according to spec
Replaced the ad-hoc implementation with a spec compliant one.
This change fixes 36 WPT tests.

(cherry picked from commit 50f642613de54c73473c216fdc4d7e607e712679)
2024-11-10 21:48:40 -05:00

4 lines
98 B
Plaintext

Empty string: ""
Simple text: "foo"
Text with newlines: "<br>foo<br>bar<br>baz<br><br>foobar<br>"