Google Doctype

Documenting the open web


This is a test case that checks how browsers react to specific JavaScript, CSS, or HTML markup. It does not necessarily correspond to any web standard, so you should not automatically interpret a "fail" result as a bug.

tested.....<style type="text/css">
             div#control { color: #abcdef }
             aside#test { color: #abcdef }
           </style>
           <div id="control"></div> <aside id="test">
expected...control.color == test.color
found......control.color