Add unit tests for transparent to make it clear what went wrong last time. fixes #806

This commit is contained in:
Luke Page
2012-07-29 14:57:44 +01:00
parent e98a20a50d
commit 37dcad5b89
2 changed files with 9 additions and 0 deletions

View File

@@ -56,3 +56,7 @@
color: blue2;
border: 2px solid superred;
}
.transparent {
color: transparent;
background-color: rgba(0, 0, 0, 0);
}

View File

@@ -63,3 +63,8 @@
color: blue2;
border: 2px solid superred;
}
.transparent {
color: transparent;
background-color: rgba(0, 0, 0, 0);
}