tenfourfox/layout/reftests/scoped-style/scoped-style-important-005.html

8 lines
127 B
HTML
Raw Normal View History

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