blob: a3e42fe6f37b6d7fe0994356cfeeeafa4a983db6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.execCommand('selectAll', false, null);">
<select><option contenteditable="true">A</option></select>
</body>
</html>
|