| Index: Source/core/css/parser/SizesAttributeParserTest.cpp
|
| diff --git a/Source/core/css/parser/SizesAttributeParserTest.cpp b/Source/core/css/parser/SizesAttributeParserTest.cpp
|
| index e8765b07777310aad7f4f6b4e1588a75f3f63de2..bd60c2990f1b06579b837e00d8b268fda8d44b41 100644
|
| --- a/Source/core/css/parser/SizesAttributeParserTest.cpp
|
| +++ b/Source/core/css/parser/SizesAttributeParserTest.cpp
|
| @@ -30,8 +30,8 @@ TEST(SizesAttributeParserTest, Basic)
|
| {"400px, (min-width:500px) 200px", 400},
|
| {"(min-width:5000px) 200px, 400px", 400},
|
| {"(blalbadfsdf) 200px, 400px", 400},
|
| - {"0", 500},
|
| - {"-0", 500},
|
| + {"0", 0},
|
| + {"-0", 0},
|
| {"1", 500},
|
| {"300px, 400px", 300},
|
| {"(min-width:5000px) 200px, (min-width:500px) 400px", 400},
|
|
|