haikuwebkit/LayoutTests/fast/css/attribute-selector-empty-va...

3 lines
214 B
HTML

<!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>