Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-124.css
blob: d1037146dad2b1a107f870b5f41f1b6ba7fe5e66 [
file
] [
log
] [
blame
]
@
namespace a
url
(
http://www.example.org/a
);
@
namespace b
url
(
http://www.example.org/b
);
*|
p
,
*|
q
,
*|
r
,
*|
s
{
display
:
block
;
margin-bottom
:
1em
}
*|
p
,
*|
r
,
*|
s
{
background-color
:
red
}
div
.
stub
*:
not
([
a
|
title
=
"foo"
])
{
background-color
:
lime
}