Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/scoped-style/scoped-style-important-004.html

15 lines
213 B
HTML
Raw Normal View History

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