html Star SelectorThis text will be green if the rule has been applied.
html * #testElement {
color: #00cc00;
}
Can't be used to apply styles to html or body. See the Universal Selector for a similar filter that allows application of rules to body.