Sam Atkins
9b6c26e347
Tests: Include test URL in fuzzy mismatch reports
...
The test logs tend to get a bit mixed together, so this makes it
possible to identify which values correspond to which test when multiple
are failing at once.
2025-08-06 13:51:36 +02:00
Sam Atkins
75046857ce
Tests: Report image differences on tests with no fuzzy config defined
...
This can be helpful for identifying what the fuzzy config should be for
new tests.
2025-08-06 13:51:36 +02:00
Sam Atkins
9889710033
Tests: Allow whitespace around fuzzy-matching configurations
...
Several WPT tests have a space after the semicolon, for example
https://wpt.live/css/css-images/gradient/gradient-single-stop-001.html :
```
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-6000">
```
2025-08-06 13:51:36 +02:00
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