mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
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:
parent
564a43cd3a
commit
d711ca3a67
@ -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',
|
||||
|
@ -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>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user