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