fix wrong @supports test case

This commit is contained in:
Kyo Nagashima
2013-05-27 00:54:49 +09:00
parent 1652666c7e
commit 3393f839f5

View File

@@ -368,8 +368,10 @@
@supports (display: auto) or @supports (display: auto) or
(display: auto) not (display: auto) not
(display: auto) { (display: auto) {
.supports {
display: auto; display: auto;
} }
}
.text { .text {
hanging-punctuation: loose; hanging-punctuation: loose;