repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
attribute-selector-empty-value.html
blob
66fa44de58abc6727c711283600317d25635d48e
1
<!DOCTYPE
html
><style
type
=
"text/css"
>
div
[
foo
~=
""
] {
background-color
:
red
; }
</style>
2
<div
foo
=
""
>
[~=] attribute selector looking for empty string in empty attribute (the text should not have red background)
</div>