summaryrefslogtreecommitdiff
path: root/testsuite/reftests/picture-load-invalid-file.ui
blob: 6b74b8a1477a780d67cefadbf21d1c3a05e4ea24 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="GtkWindow" id="window1">
    <property name="type">popup</property>
    <child>
      <object class="GtkPicture">
        <property name="file">does://not.com/exist.png</property>
      </object>
    </child>
  </object>
</interface>