| Index: Source/core/css/MediaQuerySetTest.cpp
|
| diff --git a/Source/core/css/MediaQuerySetTest.cpp b/Source/core/css/MediaQuerySetTest.cpp
|
| index be0d494a19618197035d71faf8bee270133d4362..f1dcd6dc1da08670f9094ab9e0ad2d9ec6ced10b 100644
|
| --- a/Source/core/css/MediaQuerySetTest.cpp
|
| +++ b/Source/core/css/MediaQuerySetTest.cpp
|
| @@ -45,6 +45,8 @@ TEST(MediaQueryParserTest, Basic)
|
| // The second string represents the output string, if present.
|
| // Otherwise, the output string is identical to the first string.
|
| TestCase testCases[] = {
|
| + {"", 0, true},
|
| + {" ", "", true},
|
| {"screen", 0, true},
|
| {"screen and (color)", 0, true},
|
| {"all and (min-width:500px)", "(min-width: 500px)", true},
|
|
|