subject css4 slector

not yet implemented, it seems, in chrome

by hrabinowitz

HTML

<form>
    <div id="randomDiv">
        <p>seems like subject css selector is not implemented</p>
        <input type="text" value="this is the value">hi there</input>
    </div>
</form>

CSS

* > input[type=text] { background: red; }
!* > input[type=text] { background: blue; }