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
; }