gecko/layout/reftests/scoped-style/scoped-style-013.html
2013-01-09 10:25:49 +11:00

13 lines
161 B
HTML

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