| Index: Source/core/css/parser/MediaQueryTokenizerTest.cpp
|
| diff --git a/Source/core/css/parser/MediaQueryTokenizerTest.cpp b/Source/core/css/parser/MediaQueryTokenizerTest.cpp
|
| index 982e67433daea7b4a51bb25d0c4cba85364aad66..48a972b11cc63513b5694b1a672e93d45b8ed4b6 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)" },
|
|
|