Files
ladybird/Tests/LibWeb/Ref/expected/wpt-import/infrastructure/reftest/green.html
Jelle Raaijmakers 0d856a8fa7 Tests: Implement fuzzy screenshot comparisons in test-web
We now read WPT's `<meta name="fuzzy">` tags if present in tests and
apply them while comparing screenshots.
2025-07-17 12:59:11 +01:00

7 lines
83 B
HTML

<style>
:root {
print-color-adjust: exact;
background-color: green;
}
</style>