mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
The WebDriver clear handler for textarea elements sets the raw value to child_text_content() instead of an empty string. This is a copy-paste from the adjacent reset handler, which correctly uses child_text_content() per its own spec. The clear spec says "set the raw value of element to an empty string".
3 lines
72 B
Plaintext
3 lines
72 B
Plaintext
1. value after clear: ""
|
|
2. defaultValue after clear: "initial content"
|