Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<title>CSS Test: :before generated content - display table-header-group</title>
<link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="match" href="after-content-display-002-ref.xht" />
<meta content="Generated content can have their own display value explicitly set in which case they behave as if they were real elements inserted just inside their associated element." name="assert" />
<style type="text/css"><![CDATA[
div:before
{
content: "Filler text";
display: table-header-group;
}
]]></style>
</head>
<body>
<p>Test passes if there are <strong>2 lines of "Filler text"</strong>.</p>
<div>Filler text</div>
</body>
</html>