Drop the toplevel-vs-popup reftest

Popups look different from toplevels. I don't think
a reftest that tries to prove otherwise has much
leg to stand on.
This commit is contained in:
Matthias Clasen 2020-02-10 15:15:05 -05:00
parent 564a43cd3a
commit d711ca3a67
3 changed files with 0 additions and 23 deletions

View File

@ -397,8 +397,6 @@ testdata = [
'textview-margins.ui',
'textview-tags.ref.ui',
'textview-tags.ui',
'toplevel-vs-popup.ref.ui',
'toplevel-vs-popup.ui',
'treeview-crash-too-wide.ref.ui',
'treeview-crash-too-wide.ui',
'treeview-fixed-height.css',

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="type">popup</property>
<child>
<object class="GtkLabel" id="label1">
<property name="label" translatable="yes">Hello World</property>
</object>
</child>
</object>
</interface>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<child>
<object class="GtkLabel" id="label1">
<property name="label" translatable="yes">Hello World</property>
</object>
</child>
</object>
</interface>