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

8 lines
116 B
HTML

<!DOCTYPE html>
<body>
<style scoped>
p { color: red }
</style>
<p style="color: green">Hello</p>
</body>