forked from ericu/jv-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
11 lines (11 loc) · 893 Bytes
/
test.html
1
2
3
4
5
6
7
8
9
10
11
<html>
<head></head>
<body>
<!-- <div id="area" style="width:300px;height:300px;border:1px solid black;display:inline-block;vertical-align:top;" aria-label="Message Body" contenteditable="true"></br></div> -->
<div id="div1" style="width:300px;height:300px;border:1px solid black;display:inline-block;vertical-align:top;" contenteditable="true"><br></div>
<div id="div2" style="width:300px;height:300px;border:1px solid black;display:inline-block;vertical-align:top;" contenteditable="true"><br><a href="foo">foo</a></div>
<!-- <div id="area" style="width:300px;height:300px;border:1px solid black;display:inline-block;vertical-align:top;" contenteditable="true"><a href="foo">foo</a></div> -->
<textarea id="textarea1" style="width:300px;height:300px;border:1px solid black;"></textarea>
<!-- <textarea style="width:300px;height:300px;border:1px solid black;"></textarea> -->
</body>
</html>