mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
15 lines
299 B
HTML
15 lines
299 B
HTML
<!DOCTYPE html>
|
|
<link rel="match" href="../expected/image-transformation-anti-aliasing-ref.html" />
|
|
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-552">
|
|
<style>
|
|
div {
|
|
perspective: 900px;
|
|
}
|
|
img {
|
|
transform: rotateY(45deg);
|
|
}
|
|
</style>
|
|
<div>
|
|
<img src="../data/car.png">
|
|
</div>
|