diff options
Diffstat (limited to 'layout/reftests/scoped-style/scoped-style-important-006.html')
-rw-r--r-- | layout/reftests/scoped-style/scoped-style-important-006.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/scoped-style/scoped-style-important-006.html b/layout/reftests/scoped-style/scoped-style-important-006.html new file mode 100644 index 000000000..352bd6c9b --- /dev/null +++ b/layout/reftests/scoped-style/scoped-style-important-006.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<body> + <p style="color: red"> + <style scoped> + p { color: green !important } + </style> + Hello + </p> +</body> |