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