Sign in
webkit
/
WebKit
/
df3995184de03d0d69b0706c34e41c8cb255dc5d
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-95.css
blob: f1f6c30963952a2118d48b8a708a18fe1ea5e486 [
file
] [
log
] [
blame
]
@
namespace a
url
(
http://www.example.org/a
);
@
namespace b
url
(
http://www.example.org/b
);
div
.
test
*
{
background-color
:
red
;
display
:
block
;
margin-bottom
:
1em
}
div
.
test
*|*
{
background-color
:
lime
}