Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<meta name="assert" content="Wildcard not supported in attr() function">
<style>
.a {
background: green;
height: 100px;
width: 100px;
}
.attr {
background: attr(*|bar type(*));
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div class="a attr" bar="red"></div>