summaryrefslogtreecommitdiffstats
path: root/accessible/tests/mochitest/events/focus.html
blob: ab055df82c840137186bd05a261f40d951e936a8 (plain)
1
2
3
4
5
6
7
8
9
10
<html>

<head>
  <title>editable document</title>
</head>

<body contentEditable="true">
  editable document
</body>
</html>