Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
css3
/
selectors3
/
xml
/
css3-modsel-7.css
blob: 7193664fc2964eee48a6fdb68b5fbe67747a0bc2 [
file
] [
log
] [
blame
]
p
{
background-color
:
red
}
p
[
class
~=
"b"
]
{
background-color
:
lime
}
address
{
background-color
:
red
}
address
[
title
~=
"foo"
]
{
background-color
:
lime
}
span
[
class
~=
"b"
]
{
background-color
:
red
}