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