WebSelectorTypeCompound 48 Source/web/WebSelector.cpp if (restriction == WebSelectorTypeCompound) { WebSelectorTypeCompound 51 Source/web/tests/WebSelectorTest.cpp EXPECT_EQ("", canonicalizeSelector("h1..h2", WebSelectorTypeCompound).utf8()); WebSelectorTypeCompound 56 Source/web/tests/WebSelectorTest.cpp EXPECT_EQ("", canonicalizeSelector("h1 span,h2", WebSelectorTypeCompound).utf8()); WebSelectorTypeCompound 57 Source/web/tests/WebSelectorTest.cpp EXPECT_EQ("h1, h2[style=\"foobar\"].cls", canonicalizeSelector("h1,h2[style=\"foobar\"].cls", WebSelectorTypeCompound).utf8());