| Index: sky/engine/core/css/MediaQueryEvaluatorTest.cpp
|
| diff --git a/sky/engine/core/css/MediaQueryEvaluatorTest.cpp b/sky/engine/core/css/MediaQueryEvaluatorTest.cpp
|
| index f4a10108bc8c4ab4478ac10b98241865036c59b0..3702e9d8706576556408538bdec95d0e15380b27 100644
|
| --- a/sky/engine/core/css/MediaQueryEvaluatorTest.cpp
|
| +++ b/sky/engine/core/css/MediaQueryEvaluatorTest.cpp
|
| @@ -36,7 +36,6 @@ TestCase screenTestCases[] = {
|
| {"all and (min-color-index: 1)", 0},
|
| {"all and (monochrome)", 0},
|
| {"all and (min-monochrome: 0)", 1},
|
| - {"all and (grid: 0)", 1},
|
| {"(resolution: 2dppx)", 1},
|
| {"(resolution: 1dppx)", 0},
|
| {"(orientation: portrait)", 1},
|
|
|