Sign in
webkit
/
WebKit
/
e186610d35755f6e0c2b8fc6bba4c07f852f9f66
/
.
/
LayoutTests
/
fast
/
css
/
namespaces
/
resources
/
007.css
blob: 787b3facaee5e21cbd0b01f7d77afdd409bed85d [
file
] [
log
] [
blame
]
@
namespace a
url
(
http://www.example.org/a
);
/* bogus namespace */
@
namespace b
url
(
http://www.example.org/b
);
/* namespace in document */
b
|
test
{
color
:
green
;
}
/* should match the test element */
a
|
test
{
color
:
red
;
}
/* should not match */