Css Select或者,Select 只有特定 child 的父亲

Css Selector, Select only the father of a particular child

 <h1>
        <span class="teste">
            Conteúdo Teste
        </span>
    </h1>

我无法修改 HTML。必须仅在具有 class 测试跨度的 h1 中输入 css 属性。我该怎么办?

不好意思我把它 wrong.Look 搞定了..

Is there a CSS parent selector?

无法在 CSS 中 select parent。