Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/selection/reftest.list
<!doctype html>
<style>
input::selection {
border-radius: 10px;
background-color: green;
}
</style>
<input value="test" inputmode="none" autofocus onfocus="this.select()">