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/background-size/background-size-near-zero-gradient.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Gradient background with near-zero background-size</title>
<link rel="match" href="reference/background-size-near-zero-ref.html">
<div style="background-image: linear-gradient(green, green);
width: 100px; height: 100px; background-size: 0.2px 0.2px">
</div>