summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/bg-color-with-gradient.html
blob: be08fa5800b80cfbe84925722bc323cc9a4ce366 (plain)
1
2
3
4
5
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-color">
<link rel="match" href="bg-color-with-gradient-ref.html">
<meta name="fuzzy" content="maxDifference=0-3; totalPixels=0-6909" />
<div style="width: 100px; height: 100px; background: linear-gradient(red, black); background-color: green;"></div>