testsuite: Replace XPM file

The XPM loader in GdkPixbuf is optional, so we should avoid using it.

See: #7143
This commit is contained in:
Emmanuele Bassi 2024-12-19 18:06:47 +00:00
parent 30f02d8981
commit 0fcc63649e
5 changed files with 3 additions and 411 deletions

View File

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

View File

@ -25,7 +25,7 @@
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="file">marble.xpm</property>
<property name="file">marble.png</property>
</object>
<packing>
<property name="expand">False</property>

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

File diff suppressed because one or more lines are too long

View File

@ -305,7 +305,7 @@ test_data = [
'link-coloring.css',
'link-coloring.ref.ui',
'link-coloring.ui',
'marble.xpm',
'marble.png',
'messagedialog-secondarytext.ui',
'messagedialog-secondarytext.ref.ui',
'misc-alignment.css',