mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
We now read WPT's `<meta name="fuzzy">` tags if present in tests and apply them while comparing screenshots.
10 lines
113 B
HTML
10 lines
113 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div></div>
|