<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    @namespace a url(http://www.example.org/a); /* bogus namespace */
    @namespace b url(http://www.example.org/b); /* namespace in document */
    b|test { color: green; } /* should match the test element */
    a|test { color: red; } /* should not match */
</pre></body></html>