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

11 lines
171 B
HTML

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