Bug 1219411: Correctly use RGBA instead of RGB for the background color in background-blending-moz-element reftest. r=mstange

This commit is contained in:
Bas Schouten 2015-10-29 00:04:05 +01:00
parent 574f0890a6
commit 6149ddc123
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
.c {
height: 10px;
background: rgb(0,255,0,.5);
background: rgba(0,255,0,.5);
}
</style>

View File

@ -12,7 +12,7 @@ div {
}
#b {
background: rgb(0,255,0,.5);
background: rgba(0,255,0,.5);
}
#c {
background: -moz-element(#b);