mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|