Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(560)

Unified Diff: sky/engine/core/css/MediaQueryEvaluatorTest.cpp

Issue 689853003: Remove CSS Grid Layout and grid media queries. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/css/MediaQueryEvaluator.cpp ('k') | sky/engine/core/css/MediaQueryExp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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},
« no previous file with comments | « sky/engine/core/css/MediaQueryEvaluator.cpp ('k') | sky/engine/core/css/MediaQueryExp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698