CSS 3 Module <== Test # ==>
W3C Selectors 11 of 65 of the static tests category
Testing Date Revision
Default attribute value (ID #12) 11-july-2001 1.0

The content of this form should have a lime background

form { background-color : lime }
form[method] { background-color : red }
form[method="get"] { background-color : red }
<form action="http://www.example.org/foo.cgi">
<p>The content of this form should
                have a lime background</p>
</form>