Files
ladybird/Tests/LibWeb/Ref/input/selection-with-image.html
Aliaksandr Kalenik 86bc379119 Tests: Move true ref tests from Screenshot/ to Ref/
Move them to Ref/ where they belong, before converting the remaining
Screenshot tests to direct PNG comparison.
2026-02-24 09:55:14 +01: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>