mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
7 lines
411 B
Plaintext
7 lines
411 B
Plaintext
initial, window.getSelection().toString() is ""
|
|
after selecting foo, window.getSelection().toString() is "foo"
|
|
after selecting bar, window.getSelection().toString() is "bar"
|
|
after unselecting bar, window.getSelection().toString() is ""
|
|
after selecting 'z' from normal text input, window.getSelection().toString() is "z"
|
|
after selecting 'boo' from password input, window.getSelection().toString() is "•••"
|