Sign in
webkit
/
WebKit
/
5e71382b184e0be7fa4df602399d7e437f353495
/
.
/
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
}