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

10 строки
128 B
HTML

<!DOCTYPE html>
<body>
<style scoped>
body > div p { color: green; }
</style>
<div>
<p>Hello</p>
</div>
</body>