MIME Test - CSS Case-Sensitive Test

Back to the MIME Type Tests.

This document references a local CSS document that has the following rule.

STRONG
{
    background: #fc0;
}

XML is case sensitive, and the elements of XHTML have been defined in lowercase. Text in a strong element will have a yellowish background when served as text/html, but ignored when served as application/xhtml+xml.