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.
This commit is contained in:
Aliaksandr Kalenik
2026-02-24 08:39:31 +01:00
committed by Jelle Raaijmakers
parent 81cb230526
commit 86bc379119
Notes: github-actions[bot] 2026-02-24 08:56:19 +00:00
7 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<!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>