From 3393f839f538b59925b0f4de48b940fc334790f2 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Mon, 27 May 2013 00:54:49 +0900 Subject: [PATCH] fix wrong `@supports` test case --- test/test.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test.css b/test/test.css index aacabb2..3994785 100644 --- a/test/test.css +++ b/test/test.css @@ -368,7 +368,9 @@ @supports (display: auto) or (display: auto) not (display: auto) { - display: auto; + .supports { + display: auto; + } } .text {