| Index: third_party/WebKit/Source/core/css/MediaValuesTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/MediaValuesTest.cpp b/third_party/WebKit/Source/core/css/MediaValuesTest.cpp
|
| index 70f70d884dc5437ecf86bc501ac7836185cecd9a..a835d285cb7f2525a815a4cc09728e6fdb5cad5c 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaValuesTest.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaValuesTest.cpp
|
| @@ -39,6 +39,7 @@ TEST(MediaValuesTest, Basic)
|
| { 1.3, CSSPrimitiveValue::UnitType::Inches, 16, 300, 300, true, 124 },
|
| { 13, CSSPrimitiveValue::UnitType::Points, 16, 300, 300, true, 17 },
|
| { 1.3, CSSPrimitiveValue::UnitType::Picas, 16, 300, 300, true, 20 },
|
| + { 40.0, CSSPrimitiveValue::UnitType::UserCoordinates, 16, 300, 300, true, 40 },
|
| { 1.3, CSSPrimitiveValue::UnitType::Unknown, 16, 300, 300, false, 20 },
|
| { 0.0, CSSPrimitiveValue::UnitType::Unknown, 0, 0, 0, false, 0.0 } // Do not remove the terminating line.
|
| };
|
|
|