mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
Move them to Ref/ where they belong, before converting the remaining Screenshot tests to direct PNG comparison.
10 lines
302 B
HTML
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>
|