This test case checks the current browser's support for all the CSS at-rules currently defined in the specification. It works by checking for the existance of the type constant of the CSSRule interface that corresponds to the specific at-rule. This project can be found at https://github.com/ryanmorr/is-at-rule-supported.