Sign in
webkit
/
WebKit
/
f8e9581d653e6775e59679e73b27b393b3c646e2
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-57b.css
blob: 62aab8264632efbf8a4dfc203f4e42ae148fd0d8 [
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
:
lime
!
important
}
div
.
stub
*:
not
([
a
|
title
])
{
background-color
:
red
}