| Index: Source/core/css/MediaQuerySetTest.cpp
|
| diff --git a/Source/core/css/MediaQuerySetTest.cpp b/Source/core/css/MediaQuerySetTest.cpp
|
| index 4f3a959e70cbd0d9c318764026d5f8e2a5ee99bc..adcd67eb0efc42d1b4690543bd520a313368f5b4 100644
|
| --- a/Source/core/css/MediaQuerySetTest.cpp
|
| +++ b/Source/core/css/MediaQuerySetTest.cpp
|
| @@ -97,6 +97,19 @@ TEST(MediaQueryParserTest, Basic)
|
| {"all and (orientation:landscape)", "(orientation: landscape)"},
|
| {"NOT braille, tv AND (max-width: 200px) and (min-WIDTH: 100px) and (orientation: landscape), (color)",
|
| "not braille, tv and (max-width: 200px) and (min-width: 100px) and (orientation: landscape), (color)"},
|
| + {"(max-width: 700px), (max-width: 700px)", "(max-width: 700px), (max-width: 700px)"},
|
| + {"(max-width: 800px()), (max-width: 800px)", "not all, (max-width: 800px)"},
|
| + {"(max-width: 900px(()), (max-width: 900px)", "not all"},
|
| + {"(max-width: 600px(())))), (max-width: 600px)", "not all, (max-width: 600px)"},
|
| + {"(max-width: 500px(((((((((())))), (max-width: 500px)", "not all"},
|
| + {"(max-width: 800px[]), (max-width: 800px)", "not all, (max-width: 800px)"},
|
| + {"(max-width: 900px[[]), (max-width: 900px)", "not all"},
|
| + {"(max-width: 600px[[]]]]), (max-width: 600px)", "not all, (max-width: 600px)"},
|
| + {"(max-width: 500px[[[[[[[[[[]]]]), (max-width: 500px)", "not all"},
|
| + {"(max-width: 800px{}), (max-width: 800px)", "not all, (max-width: 800px)"},
|
| + {"(max-width: 900px{{}), (max-width: 900px)", "not all"},
|
| + {"(max-width: 600px{{}}}}), (max-width: 600px)", "not all, (max-width: 600px)"},
|
| + {"(max-width: 500px{{{{{{{{{{}}}}), (max-width: 500px)", "not all"},
|
| {"[(), (max-width: 900px)", "not all"},
|
| {"[{}, (max-width: 900px)", "not all"},
|
| {"[{]}], (max-width: 900px)", "not all, (max-width: 900px)"},
|
|
|