mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Fix reftest to test fill-opacity as well as opacity as I intended in the first place
This commit is contained in:
parent
34f403af6d
commit
fe44120d0d
@ -15,10 +15,10 @@
|
||||
|
||||
<!-- test gradient -->
|
||||
<rect width="25%" height="100%" fill="url(#g)" opacity="0"/>
|
||||
<rect x="25%" width="25%" height="100%" fill="url(#g)" opacity="0"/>
|
||||
<rect x="25%" width="25%" height="100%" fill="url(#g)" fill-opacity="0"/>
|
||||
|
||||
<!-- test pattern as a bonus -->
|
||||
<rect x="50%" width="25%" height="100%" fill="url(#p)" opacity="0"/>
|
||||
<rect x="75%" width="25%" height="100%" fill="url(#p)" opacity="0"/>
|
||||
<rect x="75%" width="25%" height="100%" fill="url(#p)" fill-opacity="0"/>
|
||||
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 759 B |
Loading…
x
Reference in New Issue
Block a user