Add a css parser test for transparent
This commit is contained in:
parent
99266c4ceb
commit
9a13943d8c
1
tests/css/parser/declarations-valid-26.css
Normal file
1
tests/css/parser/declarations-valid-26.css
Normal file
@ -0,0 +1 @@
|
||||
* { color: red; background-color: transparent }
|
4
tests/css/parser/declarations-valid-26.ref.css
Normal file
4
tests/css/parser/declarations-valid-26.ref.css
Normal file
@ -0,0 +1,4 @@
|
||||
* {
|
||||
background-color: rgba(0,0,0,0);
|
||||
color: rgb(255,0,0);
|
||||
}
|
Loading…
Reference in New Issue
Block a user