gecko-dev/layout/reftests/scoped-style/scoped-style-important-006....

10 строки
141 B
HTML

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