chromium/third_party/blink/web_tests/http/tests/devtools/elements/styles-3/simple-selector-expected.txt

Verifies simple selector behavior.

div#foo
div#bar
.title
input
input[type="text"]
input.text-input
input#text-input
p.article
span
b