Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>