X-UA-Compatible IE=EmulateIE7 - Quirks mode - no doctype
This text will be green if the rule has been applied.
#testElement {
color: #00cc00;
}
#testElement.fakeClass {
/* no properties required */
}
#testElement.testClass {
color: #cc0000;
/* if bug triggered, all properties suppressed */
}