Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-backgrounds/background-size/background-size-near-zero-gradient.html
<!DOCTYPE html> <title>Gradient background with near-zero background-size</title> <link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-size"> <link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-image"> <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>
/css/css-backgrounds/background-size/reference/background-size-near-zero-ref.html
<!DOCTYPE html> <div style="width: 100px; height: 100px; background: green"></div>