summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/browserscope/lib/richtext2/richtext2/static/editable-body.html
blob: a254adc03e3bb29c030365fa57fc60278611f2ea (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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">
</head> 
<body contentEditable="true"> 
</body> 
</html>