Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-173b.css
blobc1029d3a2d3259dca9ec2a5c040348335a95fb6b
2 tests, tests * { display: block; color: red; }
3 testA[*|attribute] { color: green; }
4 testB[*|attribute="pass"] { color: green; }
5 testC[*|attribute~="pass"] { color: green; }
6 testD[*|attribute^="pass"] { color: green; }
7 testE[*|attribute*="pass"] { color: green; }
8 testF[*|attribute$="pass"] { color: green; }
9 testG[*|attribute|="pass"] { color: green; }