Mypal/dom/base/crashtests/418928-1.html
2019-03-11 13:26:37 +03:00

11 lines
179 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.execCommand('selectAll', false, null);">
<select><option contenteditable="true">A</option></select>
</body>
</html>