mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-10 18:21:04 +00:00
10 lines
238 B
HTML
10 lines
238 B
HTML
|
|
<!doctype html>
|
||
|
|
<script src="include.js"></script>
|
||
|
|
<input type="password" value="well hello friends" />
|
||
|
|
<script>
|
||
|
|
test(() => {
|
||
|
|
internals.doubleclick(20, 20);
|
||
|
|
println(window.getSelection().toString());
|
||
|
|
});
|
||
|
|
</script>
|