mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab
This commit is contained in:
parent
1a81b18b9f
commit
2c9faf5363
91915 changed files with 5979820 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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 |
BIN
tests/wpt/css-tests/compositing-1_dev/html/support/red.png
Normal file
BIN
tests/wpt/css-tests/compositing-1_dev/html/support/red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
|
@ -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 |
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head></head><body>
|
||||
<div style="width: 100px; height: 100px; background: #F00;"></div>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -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 |
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue