mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
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:
parent
2f6140c066
commit
9a5f482e1a
@ -5,5 +5,5 @@
|
||||
}
|
||||
|
||||
#reference2 {
|
||||
background: url("marble.xpm") no-repeat;
|
||||
background: url("marble.png") no-repeat;
|
||||
}
|
||||
|
@ -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>
|
||||
|
BIN
testsuite/reftests/marble.png
Normal file
BIN
testsuite/reftests/marble.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user