gecko-dev/layout/reftests/scoped-style/scoped-style-023.html

9 строки
169 B
HTML

<!DOCTYPE html>
<body>
<style scoped>
p::first-line { color: green; }
span { color: blue; }
</style>
<p>First line<br><span>Second line</span></p>
</body>