mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 16:28:33 +00:00
14 lines
167 B
HTML
14 lines
167 B
HTML
<html>
|
|
<head></head>
|
|
<body>
|
|
|
|
<div id="firstDiv">
|
|
Parent1
|
|
</div>
|
|
|
|
<div id="secondDiv">
|
|
Parent2<div contenteditable id="editable">Testing 1</div></div>
|
|
|
|
</body>
|
|
</html>
|