1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-10 18:38:34 +00:00
Files
UXP/layout/base/tests/bug1061468-ref.html
T

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>