testsuite: Replace XPM file
The XPM loader in GdkPixbuf is optional, so we should avoid using it. See: #7143
This commit is contained in:
parent
30f02d8981
commit
0fcc63649e
@ -5,5 +5,5 @@
|
||||
}
|
||||
|
||||
#reference2 {
|
||||
background: url("marble.xpm") no-repeat;
|
||||
background: url("marble.png") no-repeat;
|
||||
}
|
||||
|
@ -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>
|
||||
|
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
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user