gecko/layout/reftests/scoped-style/scoped-style-pseudo-001.html

12 lines
147 B
HTML

<!DOCTYPE html>
<body>
<p>First</p>
<p>
<style scoped>
:scope { color: green }
</style>
Second
</p>
<p>Third</p>
</body>