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

12 строки
147 B
HTML

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