spiegel-keyman/web/unit_tests/resources/html/editableFrame.html

13 lines
No EOL
202 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
function setDesign() {
document.designMode = 'on';
}
</script>
</head>
<body onload='setDesign()'>
Edit me!
</body>
</html>