Files
ladybird/Tests/LibWeb/Screenshot/input/selection-with-image.html
2026-02-06 10:47:50 +00:00

10 lines
302 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/selection-with-image-ref.html" />
<style>
img { width: 50px; height: 50px; vertical-align: middle; }
</style>
<p>before image <img src="../data/smiley.png"> after image</p>
<script>
document.getSelection().selectAllChildren(document.body);
</script>