Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6

This commit is contained in:
Ms2ger 2016-03-01 16:08:43 +01:00
parent 40c52d55e2
commit 349c75536d
7391 changed files with 304135 additions and 153491 deletions

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<rect width="100" height="100" style="fill:rgb(0,255,0);mix-blend-mode: difference;"/>
</svg>

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<circle cx="50" cy="50" r="40" fill="#F00"/>
</svg>

After

Width:  |  Height:  |  Size: 110 B

View file

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html><head></head><body>
<div style="width: 100px; height: 100px; background: #F00;"></div>
</body></html>

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<rect width="100" height="100" style="fill:rgb(255,0,0);"/>
</svg>

After

Width:  |  Height:  |  Size: 125 B

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<rect width="100" height="100" style="fill:rgb(255,255,0);"/>
</svg>

After

Width:  |  Height:  |  Size: 127 B