blob: 9a3330c9fe74ea86a548dd65678519484bc636e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head></head>
<body>
<div id="firstDiv">
Parent1
</div>
<div id="secondDiv">
Parent2<div contenteditable id="editable">Testing 1</div></div>
</body>
</html>
|