summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/browserscope/lib/richtext/richtext/editable.html
blob: a294f0b56b9d0f6567e4ffc149512c748de308c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
  <script>
    function load(){
      window.document.designMode = "On";
    }
  </script>
</head>
<body contentEditable="true" onload="load()">
</body>
</html>