| Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParserTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParserTest.cpp b/third_party/WebKit/Source/core/css/parser/CSSSelectorParserTest.cpp
|
| index 7e4f1ffc6ef04542870c8a013ebfb1027ce8bcdb..81e55bd96f3047cb13342026e3d9067754fa9069 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParserTest.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParserTest.cpp
|
| @@ -190,7 +190,8 @@ TEST(CSSSelectorParserTest, InvalidSimpleAfterPseudoElementInCompound)
|
| "::shadow:not(::after)",
|
| "::content:not(#id)",
|
| "::-webkit-scrollbar:vertical:not(:first-child)",
|
| - "video::-webkit-media-text-track-region-container.scrolling"
|
| + "video::-webkit-media-text-track-region-container.scrolling",
|
| + "div ::before.a"
|
| };
|
|
|
| for (auto testCase : testCases) {
|
|
|