Fix some reftests under wayland

Tests need to use popup windows, in order to avoid differences
due to CSD.
This commit is contained in:
Matthias Clasen 2016-01-30 21:08:19 -05:00
parent f42cd18779
commit bbfc547b89
4 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="visible">True</property>
<property name="type">popup</property>
<child>
<object class="GtkExpander" id="expander1">
<property name="visible">True</property>

View File

@ -3,6 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkExpander" id="expander1">
<property name="visible">True</property>

View File

@ -3,6 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>

View File

@ -3,6 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>