| Index: Source/core/css/parser/MediaQueryTokenizerTest.cpp
|
| diff --git a/Source/core/css/parser/MediaQueryTokenizerTest.cpp b/Source/core/css/parser/MediaQueryTokenizerTest.cpp
|
| index ea088899b2ecb19b4d0126d14c0936a08b7c1ba9..d78b87144e7099ffa965985eed6ee6575581e5d7 100644
|
| --- a/Source/core/css/parser/MediaQueryTokenizerTest.cpp
|
| +++ b/Source/core/css/parser/MediaQueryTokenizerTest.cpp
|
| @@ -19,6 +19,7 @@ TEST(MediaQueryTokenizerTest, Basic)
|
| {
|
| TestCase testCases[] = {
|
| { "(max-width: 50px)", "(max-width: 50px)" },
|
| + { "(max-width: 50\\70\\78)", "(max-width: 50px)" },
|
| { "(max-width: /* comment */50px)", "(max-width: 50px)" },
|
| { "(max-width: /** *commen*t */60px)", "(max-width: 60px)" },
|
| { "(max-width: /** *commen*t **/70px)", "(max-width: 70px)" },
|
|
|