mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
14 lines
368 B
HTML
14 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>
|