{ "description": "Selectors - Namespaced attribute selectors (css3-modsel-172b)", "selectors": { "tests, tests *": "css3-modsel-172b.expected0.html", "testA[|attribute]": "css3-modsel-172b.expected1.html", "testB[|attribute=\"fail\"]": "css3-modsel-172b.expected2.html", "testC[|attribute~=\"fail\"]": "css3-modsel-172b.expected3.html", "testD[|attribute^=\"fail\"]": "css3-modsel-172b.expected4.html", "testE[|attribute*=\"fail\"]": "css3-modsel-172b.expected5.html", "testF[|attribute$=\"fail\"]": "css3-modsel-172b.expected6.html", "testG[|attribute|=\"fail\"]": "css3-modsel-172b.expected7.html" }, "src": "css3-modsel-172b.src.html" }