Sign in
webkit
/
WebKit
/
6fc4cea55dcebb7c00342f019b50ad195e26c665
/
.
/
LayoutTests
/
fast
/
css
/
attribute-selector-empty-value.html
blob: 66fa44de58abc6727c711283600317d25635d48e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style
type
=
"text/css"
>
div
[
foo
~=
""
]
{
background-color
:
red
;
}
</style>
<div
foo
=
""
>
[~=] attribute selector looking for empty string in empty attribute (the text should not have red background)
</div>