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,7 +368,9 @@
@supports (display: auto) or
(display: auto) not
(display: auto) {
display: auto;
.supports {
display: auto;
}
}
.text {