Add a css parser test for transparent

This commit is contained in:
Matthias Clasen 2011-10-14 11:23:43 -04:00
parent 99266c4ceb
commit 9a13943d8c
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
* { color: red; background-color: transparent }

View File

@ -0,0 +1,4 @@
* {
background-color: rgba(0,0,0,0);
color: rgb(255,0,0);
}