Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-backgrounds/bg-color-with-gradient.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>