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

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

Issue 788883005: Remove REM units. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/MediaValues.cpp ('k') | sky/engine/core/css/StyleSheetContents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/MediaValuesTest.cpp
diff --git a/sky/engine/core/css/MediaValuesTest.cpp b/sky/engine/core/css/MediaValuesTest.cpp
index 92106958e390535e45322d090acd48e765fd9d4d..62d2033c4f0297a65c200f969541e979df95fb32 100644
--- a/sky/engine/core/css/MediaValuesTest.cpp
+++ b/sky/engine/core/css/MediaValuesTest.cpp
@@ -27,7 +27,6 @@ TEST(MediaValuesTest, Basic)
TestCase testCases[] = {
{ 40.0, CSSPrimitiveValue::CSS_PX, 16, 300, 300, true, 40 },
{ 40.0, CSSPrimitiveValue::CSS_EMS, 16, 300, 300, true, 640 },
- { 40.0, CSSPrimitiveValue::CSS_REMS, 16, 300, 300, true, 640 },
{ 40.0, CSSPrimitiveValue::CSS_EXS, 16, 300, 300, true, 320 },
{ 40.0, CSSPrimitiveValue::CSS_CHS, 16, 300, 300, true, 320 },
{ 43.0, CSSPrimitiveValue::CSS_VW, 16, 848, 976, true, 364 },
« no previous file with comments | « sky/engine/core/css/MediaValues.cpp ('k') | sky/engine/core/css/StyleSheetContents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698