summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/browserscope/lib/richtext2/richtext2/static/editable-dM.html
blob: e16de3ab9f96f827d9b2bb3da953599967640d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html> 
<html> 
<head> 
  <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />

  <link rel="stylesheet" href="editable.css" type="text/css">

  <script>
    function setDesignMode() {
      window.document.designMode = "On";
    }
  </script>
</head> 
<body onload="setDesignMode()"> 
</body> 
</html>