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

Unified Diff: sky/engine/core/css/MediaQuerySetTest.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/MediaQueryExp.cpp ('k') | sky/engine/core/css/StylePropertySerializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/MediaQuerySetTest.cpp
diff --git a/sky/engine/core/css/MediaQuerySetTest.cpp b/sky/engine/core/css/MediaQuerySetTest.cpp
index 98556a501c18de21359bea84d7353bfd80676c94..f046b931477d3d2b2830ec98a79babd38178d570 100644
--- a/sky/engine/core/css/MediaQuerySetTest.cpp
+++ b/sky/engine/core/css/MediaQuerySetTest.cpp
@@ -83,8 +83,6 @@ TEST(MediaQuerySetTest, Basic)
{"all and (min-monochrome: 1)", "(min-monochrome: 1)", true},
{"all and (min-monochrome: 2)", "(min-monochrome: 2)", true},
{"print and (monochrome)", 0, true},
- {"handheld and (grid) and (max-width: 15em)", 0, true},
- {"handheld and (grid) and (max-device-height: 7em)", 0, true},
{"screen and (max-width: 50%)", "not all", true},
{"screen and (max-WIDTH: 500px)", "screen and (max-width: 500px)", true},
{"screen and (max-width: 24.4em)", 0, true},
« no previous file with comments | « sky/engine/core/css/MediaQueryExp.cpp ('k') | sky/engine/core/css/StylePropertySerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698