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

8 строки
127 B
HTML

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