chromium/third_party/blink/web_tests/css3/selectors3/xml/css3-modsel-183.css


p { color: green; }
..test { background: red; color: yellow; }
.foo..quux { background: red; color: yellow; }
.bar. { background: red; color: yellow; }