| CSS Values and Units Test: |
| Attribute references (colors) |
| <meta name="assert" content=" |
| The value of the reference attribute is used correctly in the layout when it's a color. |
| href="mailto:fremycompany.developer@yahoo.fr" |
| <link rel="help" href="http://www.w3.org/TR/css3-values/#attr-notation"/> |
| href="reference/200-200-green.html" |
| html, body { margin: 0px; padding: 0px; } |
| html { background: white; overflow: hidden; } |
| #outer { position: relative; background: red; width: 200px; height: 200px; } |
| #outer { background: attr(data-test color); } |
| <div id="outer" data-test="green"></div> |