gecko/content/base/crashtests/418928-1.html

11 lines
179 B
HTML
Raw Normal View History

2009-08-27 19:48:20 -07:00
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.execCommand('selectAll', false, null);">
<select><option contenteditable="true">A</option></select>
</body>
</html>