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

14 lines
206 B
HTML

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