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