reftests: Stop using xpm images

We are phasing out the fringe pixbuf loaders, so xpm is going
away as a default-supported image format.
This commit is contained in:
Matthias Clasen 2024-04-28 21:16:41 -04:00
parent 2f6140c066
commit 9a5f482e1a
4 changed files with 2 additions and 410 deletions

View File

@ -5,5 +5,5 @@
}
#reference2 {
background: url("marble.xpm") no-repeat;
background: url("marble.png") no-repeat;
}

View File

@ -12,7 +12,7 @@
</child>
<child>
<object class="GtkPicture" id="image2">
<property name="paintable">marble.xpm</property>
<property name="paintable">marble.png</property>
</object>
</child>
</object>

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

File diff suppressed because one or more lines are too long