| <p>In HTML, attribute name matching is case-insensitive but only in the ASCII range.</p> |
| <p>If the test succeed, each block should be styled as described.</p> |
| <target style="background-color: green; color: blue; border: 2px dashed red;">Green background, blue text, dashed red border.</target> |
| <target style="background-color: green; color: blue; border: 2px dashed red;">Green background, blue text, dashed red border.</target> |
| <target style="background-color: green; color: blue; border: 2px dashed red;">Green background, blue text, dashed red border.</target> |
| <target style="background-color: green;">Green background color.</target> |
| <target style="color: blue;">Blue text.</target> |
| <target style="border: 2px dashed red;">Dashed red border.</target> |
| <target style="background-color: green;">Green background color.</target> |
| <target style="color: blue;">Blue text.</target> |
| <target style="border: 2px dashed red;">Dashed red border.</target> |