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