mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
15 lines
368 B
HTML
15 lines
368 B
HTML
<!doctype html>
|
|
<link rel="match" href="../expected/css-border-style-ridge-ref.html" />
|
|
<meta name="fuzzy" content="maxDifference=0-2;totalPixels=0-260">
|
|
<style>
|
|
div {
|
|
width: 200px;
|
|
height: 200px;
|
|
border-style: ridge;
|
|
border-radius: 30px / 50px;
|
|
border-width: 6px 12px 18px 24px;
|
|
border-color: red yellow green blue;
|
|
}
|
|
</style>
|
|
<div></div>
|