Mypal/layout/reftests/scoped-style/scoped-style-pseudo-003.html
2019-03-11 13:26:37 +03:00

12 lines
160 B
HTML

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