Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
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 */