ladybird/Tests/LibWeb/Screenshot/input/css-border-style-ridge.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>