blob: 371b400916b183c47ec182e8a6b5b06cbe37a67d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
span {
font-size: 300%;
}
</style>
</head>
<body>
<div id="textbox" contenteditable="true">
<img id="purpleimage" style="inline-size:20px;block-size:100px;background-color:purple">
</div>
</body>
</html>