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

12 строки
142 B
HTML

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