mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
14 lines
325 B
HTML
14 lines
325 B
HTML
<!DOCTYPE html>
|
|
<link rel="match" href="../expected/linear-gradient-dithering-ref.html" />
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
}
|
|
div {
|
|
background-image: linear-gradient(to right bottom, rgb(10, 10, 10), rgb(23, 23, 23), rgb(10, 10, 10));
|
|
width: 800px;
|
|
height: 600px;
|
|
}
|
|
</style>
|
|
<div></div>
|