Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>