Normalize reftests

This commit is contained in:
Niklas von Hertzen
2017-08-10 23:26:22 +08:00
parent 97b0a1f21d
commit 42a87b8354
32 changed files with 3737 additions and 5787 deletions

View File

@ -45,7 +45,7 @@
.linearGradient {
/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 0, 0)), to(rgb(0, 0, 255)));*/
background: -webkit-linear-gradient(top left, #f00, #00f, #BADA55, rgba(0, 0, 255,0.5));
background: -moz-linear-gradient(top right, #f00, #00f, #BADA55, rgba(0, 0, 255,0.5));
background: -moz-linear-gradient(top left, #f00, #00f, #BADA55, rgba(0, 0, 255,0.5));
}
.linearGradient2 {