Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / attribute-selector-empty-value.html
blob66fa44de58abc6727c711283600317d25635d48e
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>