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

12 строки
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>