mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
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:
committed by
Jelle Raaijmakers
parent
81cb230526
commit
86bc379119
Notes:
github-actions[bot]
2026-02-24 08:56:19 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/86bc379119e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8122 Reviewed-by: https://github.com/gmta ✅
9
Tests/LibWeb/Ref/input/selection-with-image.html
Normal file
9
Tests/LibWeb/Ref/input/selection-with-image.html
Normal 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>
|
||||
Reference in New Issue
Block a user