blob: 1ae85eae43d6344022e18d7e871df761c0c4e967 [file] [log] [blame]
Testing that generated CSS rule strings have proper formatting.
== Running test suite: CSS.generateCSSRuleString
-- Running test case: InlineStyleString
#test-node {
background-color: red;
}
-- Running test case: CSSRuleString0
@media only screen and (min-width: 0px) {
body > div {
display: block;
width: 100%;
text-align: center;
}
}
-- Running test case: CSSRuleString1
* {
margin: 0;
padding: 0;
}
-- Running test case: CSSRuleString2
address, article, aside, div, footer, header, hgroup, layer, main, nav, section {
}