mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
Tests: Enable all screenshot tests on all platforms
With the newly supported fuzzy matching in our test-web runner, we can now define the expected maximum color channel and pixel count errors per failing test and set a baseline they should not exceed. The figures I added to these tests all come from my macOS M4 machine. Most discrepancies seem to come from color calculations being slightly off.
This commit is contained in:
committed by
Tim Ledbetter
parent
0d856a8fa7
commit
59a867d3e3
Notes:
github-actions[bot]
2025-07-17 12:00:22 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/59a867d3e3a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5470 Reviewed-by: https://github.com/tcl3 ✅
@@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="match" href="../expected/css-background-repeat-ref.html" />
|
||||
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-8">
|
||||
<style>
|
||||
body {
|
||||
background: cyan;
|
||||
|
||||
Reference in New Issue
Block a user