tenfourfox/layout/reftests/scoped-style/scoped-style-022.html

10 lines
128 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<body>
<style scoped>
body > div p { color: green; }
</style>
<div>
<p>Hello</p>
</div>
</body>