Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-tables/table-row-group-color-inheritance-001.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<title>CSS Test: Row-group color wins over table color</title>
<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>