Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-172b.css
blob6ae9778fe17b03ed49ddd7207ca8c7046b7f0bfa
2 @namespace url(http://css.example.net/);
3 tests, tests * { display: block; color: green; }
4 testA[|attribute] { color: red; }
5 testB[|attribute="fail"] { color: red; }
6 testC[|attribute~="fail"] { color: red; }
7 testD[|attribute^="fail"] { color: red; }
8 testE[|attribute*="fail"] { color: red; }
9 testF[|attribute$="fail"] { color: red; }
10 testG[|attribute|="fail"] { color: red; }