Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-backgrounds/background-color-body-propagation-005.html
<!DOCTYPE html> <title>CSS Backgrounds and Borders Test: don't propagate body background when html is display:none</title> <link rel="help" href="https://drafts.csswg.org/css-backgrounds/#special-backgrounds"> <link rel="match" href="../reference/blank.html"> <style> html { display: none; } body { background: red; } </style> <body></body>
<!doctype html> <title>CSS Test Reference</title> <!-- Intentionally blank -->