mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 18:55:08 +00:00
7 lines
217 B
HTML
7 lines
217 B
HTML
<script src="../include.js"></script>
|
|
<div contenteditable="true" id="contenteditable"></div>
|
|
<script>
|
|
test(() => {
|
|
println(document.getElementById("contenteditable").isContentEditable);
|
|
});
|
|
</script>
|