Status: FAIL | Duration: 15ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-tables/table-row-group-color-inheritance-001.html
<!doctype html> <meta charset="utf-8"> <title>CSS Test: Row-group color wins over table color</title> <link rel="help" href="https://drafts.csswg.org/css-tables/#fixup-algorithm"> <link rel="help" href="https://github.com/servo/servo/issues/43660"> <link rel="match" href="../reference/ref-filled-green-200px-square.html"> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"> <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> <div style="display: table; color: red"> <div style="display: table-row-group; color: green; font: 200px/1 Ahem">X</div> </div>
/css/reference/ref-filled-green-200px-square.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Reftest Reference</title> <link rel="author" title="Javier Fernandez Garcia-Boente" href="jfernandez@igalia.com" /> <style> div { background-color: green; height: 200px; width: 200px; } </style> <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> <div></div>