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