[gtk/kill-popup-windows] Fix css tests
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/kill-popup-windows] Fix css tests
- Date: Fri, 14 Feb 2020 19:45:03 +0000 (UTC)
commit 9a8bb27635923130568f4a853a824b102946da59
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Feb 14 14:39:40 2020 -0500
Fix css tests
testsuite/css/change/test1.ui | 2 +-
testsuite/css/change/test2.ui | 2 +-
testsuite/css/change/test3.ui | 2 +-
testsuite/css/change/test4.ui | 2 +-
testsuite/css/change/test5.ui | 2 +-
testsuite/css/nodes/box.ltr.ui | 1 +
testsuite/css/nodes/box.rtl.ui | 1 +
testsuite/css/nodes/buttons.ui | 1 +
testsuite/css/nodes/checkbutton.ltr.ui | 1 +
testsuite/css/nodes/checkbutton.rtl.ui | 1 +
testsuite/css/nodes/combobox.ui | 1 +
testsuite/css/nodes/entries.ui | 1 +
testsuite/css/nodes/expander.ltr.ui | 1 +
testsuite/css/nodes/expander.rtl.ui | 1 +
testsuite/css/nodes/levelbar.ltr.ui | 1 +
testsuite/css/nodes/levelbar.rtl.ui | 1 +
testsuite/css/nodes/notebook-arrows.ui | 1 +
testsuite/css/nodes/notebook-arrows2.ui | 2 +-
testsuite/css/nodes/notebook.bottom.ltr.ui | 1 +
testsuite/css/nodes/notebook.bottom.rtl.ui | 1 +
testsuite/css/nodes/notebook.left.ltr.ui | 1 +
testsuite/css/nodes/notebook.left.rtl.ui | 1 +
testsuite/css/nodes/notebook.right.ltr.ui | 1 +
testsuite/css/nodes/notebook.right.rtl.ui | 1 +
testsuite/css/nodes/notebook.top.ltr.ui | 1 +
testsuite/css/nodes/notebook.top.rtl.ui | 1 +
testsuite/css/nodes/paned.ltr.ui | 1 +
testsuite/css/nodes/paned.rtl.ui | 1 +
testsuite/css/nodes/progressbar.ui | 1 +
testsuite/css/nodes/scale.ui | 1 +
testsuite/css/style/adjacent-states.ui | 1 +
testsuite/css/style/colornames.ui | 1 +
testsuite/css/style/currentcolor.ui | 1 +
testsuite/css/style/font.ui | 1 +
testsuite/css/style/gradient.ui | 1 +
testsuite/css/style/inherit.ui | 1 +
testsuite/css/style/label.ui | 1 +
testsuite/css/style/nth-child.ui | 1 +
38 files changed, 38 insertions(+), 6 deletions(-)
---
diff --git a/testsuite/css/change/test1.ui b/testsuite/css/change/test1.ui
index b5ddb9c1cf..0ce6a0c22e 100644
--- a/testsuite/css/change/test1.ui
+++ b/testsuite/css/change/test1.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/change/test2.ui b/testsuite/css/change/test2.ui
index f679c5ac5d..be2230727f 100644
--- a/testsuite/css/change/test2.ui
+++ b/testsuite/css/change/test2.ui
@@ -2,7 +2,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="name">box</property>
diff --git a/testsuite/css/change/test3.ui b/testsuite/css/change/test3.ui
index b5ddb9c1cf..36f8947215 100644
--- a/testsuite/css/change/test3.ui
+++ b/testsuite/css/change/test3.ui
@@ -2,8 +2,8 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
- <property name="type">popup</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/change/test4.ui b/testsuite/css/change/test4.ui
index 7ec26d956a..8bbdeae14e 100644
--- a/testsuite/css/change/test4.ui
+++ b/testsuite/css/change/test4.ui
@@ -2,8 +2,8 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
- <property name="type">popup</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
diff --git a/testsuite/css/change/test5.ui b/testsuite/css/change/test5.ui
index 8e38f69f12..f73b15d16c 100644
--- a/testsuite/css/change/test5.ui
+++ b/testsuite/css/change/test5.ui
@@ -3,8 +3,8 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
- <property name="type">popup</property>
<child>
<object class="GtkGrid">
<child>
diff --git a/testsuite/css/nodes/box.ltr.ui b/testsuite/css/nodes/box.ltr.ui
index fa60e9d75b..d973e920cf 100644
--- a/testsuite/css/nodes/box.ltr.ui
+++ b/testsuite/css/nodes/box.ltr.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<child>
diff --git a/testsuite/css/nodes/box.rtl.ui b/testsuite/css/nodes/box.rtl.ui
index fa60e9d75b..d973e920cf 100644
--- a/testsuite/css/nodes/box.rtl.ui
+++ b/testsuite/css/nodes/box.rtl.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<child>
diff --git a/testsuite/css/nodes/buttons.ui b/testsuite/css/nodes/buttons.ui
index 34d33556f7..65151e9b69 100644
--- a/testsuite/css/nodes/buttons.ui
+++ b/testsuite/css/nodes/buttons.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkGrid" id="grid1">
<child>
diff --git a/testsuite/css/nodes/checkbutton.ltr.ui b/testsuite/css/nodes/checkbutton.ltr.ui
index 68a921d66b..501c52273e 100644
--- a/testsuite/css/nodes/checkbutton.ltr.ui
+++ b/testsuite/css/nodes/checkbutton.ltr.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
diff --git a/testsuite/css/nodes/checkbutton.rtl.ui b/testsuite/css/nodes/checkbutton.rtl.ui
index 68a921d66b..501c52273e 100644
--- a/testsuite/css/nodes/checkbutton.rtl.ui
+++ b/testsuite/css/nodes/checkbutton.rtl.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
diff --git a/testsuite/css/nodes/combobox.ui b/testsuite/css/nodes/combobox.ui
index 61ee207082..9b1ac69a69 100644
--- a/testsuite/css/nodes/combobox.ui
+++ b/testsuite/css/nodes/combobox.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkBox" id="box1">
<child>
diff --git a/testsuite/css/nodes/entries.ui b/testsuite/css/nodes/entries.ui
index d2b2fd52d7..0c90ce6a7b 100644
--- a/testsuite/css/nodes/entries.ui
+++ b/testsuite/css/nodes/entries.ui
@@ -8,6 +8,7 @@
<property name="page-increment">5.0</property>
</object>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkBox" id="box1">
<child>
diff --git a/testsuite/css/nodes/expander.ltr.ui b/testsuite/css/nodes/expander.ltr.ui
index 91665053ec..a5a33e0f71 100644
--- a/testsuite/css/nodes/expander.ltr.ui
+++ b/testsuite/css/nodes/expander.ltr.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkExpander">
<child type="label">
diff --git a/testsuite/css/nodes/expander.rtl.ui b/testsuite/css/nodes/expander.rtl.ui
index 91665053ec..a5a33e0f71 100644
--- a/testsuite/css/nodes/expander.rtl.ui
+++ b/testsuite/css/nodes/expander.rtl.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkExpander">
<child type="label">
diff --git a/testsuite/css/nodes/levelbar.ltr.ui b/testsuite/css/nodes/levelbar.ltr.ui
index 377f418e0d..d1c14aea15 100644
--- a/testsuite/css/nodes/levelbar.ltr.ui
+++ b/testsuite/css/nodes/levelbar.ltr.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
diff --git a/testsuite/css/nodes/levelbar.rtl.ui b/testsuite/css/nodes/levelbar.rtl.ui
index 377f418e0d..d1c14aea15 100644
--- a/testsuite/css/nodes/levelbar.rtl.ui
+++ b/testsuite/css/nodes/levelbar.rtl.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
diff --git a/testsuite/css/nodes/notebook-arrows.ui b/testsuite/css/nodes/notebook-arrows.ui
index 8de9edc0f0..070ef2aaab 100644
--- a/testsuite/css/nodes/notebook-arrows.ui
+++ b/testsuite/css/nodes/notebook-arrows.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="scrollable">1</property>
diff --git a/testsuite/css/nodes/notebook-arrows2.ui b/testsuite/css/nodes/notebook-arrows2.ui
index 8763e80b68..070ef2aaab 100644
--- a/testsuite/css/nodes/notebook-arrows2.ui
+++ b/testsuite/css/nodes/notebook-arrows2.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
- <property name="type">popup</property>
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="scrollable">1</property>
diff --git a/testsuite/css/nodes/notebook.bottom.ltr.ui b/testsuite/css/nodes/notebook.bottom.ltr.ui
index be188101dd..566db42051 100644
--- a/testsuite/css/nodes/notebook.bottom.ltr.ui
+++ b/testsuite/css/nodes/notebook.bottom.ltr.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">bottom</property>
diff --git a/testsuite/css/nodes/notebook.bottom.rtl.ui b/testsuite/css/nodes/notebook.bottom.rtl.ui
index be188101dd..566db42051 100644
--- a/testsuite/css/nodes/notebook.bottom.rtl.ui
+++ b/testsuite/css/nodes/notebook.bottom.rtl.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">bottom</property>
diff --git a/testsuite/css/nodes/notebook.left.ltr.ui b/testsuite/css/nodes/notebook.left.ltr.ui
index d5675545e3..e76c775e4b 100644
--- a/testsuite/css/nodes/notebook.left.ltr.ui
+++ b/testsuite/css/nodes/notebook.left.ltr.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">left</property>
diff --git a/testsuite/css/nodes/notebook.left.rtl.ui b/testsuite/css/nodes/notebook.left.rtl.ui
index d5675545e3..e76c775e4b 100644
--- a/testsuite/css/nodes/notebook.left.rtl.ui
+++ b/testsuite/css/nodes/notebook.left.rtl.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">left</property>
diff --git a/testsuite/css/nodes/notebook.right.ltr.ui b/testsuite/css/nodes/notebook.right.ltr.ui
index 6344ce81e9..4b84e486b0 100644
--- a/testsuite/css/nodes/notebook.right.ltr.ui
+++ b/testsuite/css/nodes/notebook.right.ltr.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">right</property>
diff --git a/testsuite/css/nodes/notebook.right.rtl.ui b/testsuite/css/nodes/notebook.right.rtl.ui
index 6344ce81e9..4b84e486b0 100644
--- a/testsuite/css/nodes/notebook.right.rtl.ui
+++ b/testsuite/css/nodes/notebook.right.rtl.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<property name="tab-pos">right</property>
diff --git a/testsuite/css/nodes/notebook.top.ltr.ui b/testsuite/css/nodes/notebook.top.ltr.ui
index 7b15129ee0..1a20eed095 100644
--- a/testsuite/css/nodes/notebook.top.ltr.ui
+++ b/testsuite/css/nodes/notebook.top.ltr.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<child>
diff --git a/testsuite/css/nodes/notebook.top.rtl.ui b/testsuite/css/nodes/notebook.top.rtl.ui
index 7b15129ee0..1a20eed095 100644
--- a/testsuite/css/nodes/notebook.top.rtl.ui
+++ b/testsuite/css/nodes/notebook.top.rtl.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkNotebook">
<child>
diff --git a/testsuite/css/nodes/paned.ltr.ui b/testsuite/css/nodes/paned.ltr.ui
index 34b0d5e97e..09c373868e 100644
--- a/testsuite/css/nodes/paned.ltr.ui
+++ b/testsuite/css/nodes/paned.ltr.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkPaned">
<child>
diff --git a/testsuite/css/nodes/paned.rtl.ui b/testsuite/css/nodes/paned.rtl.ui
index 34b0d5e97e..09c373868e 100644
--- a/testsuite/css/nodes/paned.rtl.ui
+++ b/testsuite/css/nodes/paned.rtl.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkPaned">
<child>
diff --git a/testsuite/css/nodes/progressbar.ui b/testsuite/css/nodes/progressbar.ui
index 7899257522..1421dd8f74 100644
--- a/testsuite/css/nodes/progressbar.ui
+++ b/testsuite/css/nodes/progressbar.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="name">progressbars</property>
diff --git a/testsuite/css/nodes/scale.ui b/testsuite/css/nodes/scale.ui
index c055eb9765..ab094a6c46 100644
--- a/testsuite/css/nodes/scale.ui
+++ b/testsuite/css/nodes/scale.ui
@@ -10,6 +10,7 @@
<property name="page-increment">10</property>
</object>
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
<property name="default-width">100</property>
<child>
diff --git a/testsuite/css/style/adjacent-states.ui b/testsuite/css/style/adjacent-states.ui
index 85520f1115..83da6391e5 100644
--- a/testsuite/css/style/adjacent-states.ui
+++ b/testsuite/css/style/adjacent-states.ui
@@ -2,6 +2,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
<child>
<object class="GtkBox">
diff --git a/testsuite/css/style/colornames.ui b/testsuite/css/style/colornames.ui
index 2382c41acd..24fe8f64cb 100644
--- a/testsuite/css/style/colornames.ui
+++ b/testsuite/css/style/colornames.ui
@@ -3,6 +3,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
<child>
<object class="GtkBox">
diff --git a/testsuite/css/style/currentcolor.ui b/testsuite/css/style/currentcolor.ui
index 0fd008c28e..e36a82149b 100644
--- a/testsuite/css/style/currentcolor.ui
+++ b/testsuite/css/style/currentcolor.ui
@@ -2,6 +2,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
<child>
<object class="GtkBox">
diff --git a/testsuite/css/style/font.ui b/testsuite/css/style/font.ui
index b9ce611c49..abb8a9ec3b 100644
--- a/testsuite/css/style/font.ui
+++ b/testsuite/css/style/font.ui
@@ -2,6 +2,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
<child>
<object class="GtkBox">
diff --git a/testsuite/css/style/gradient.ui b/testsuite/css/style/gradient.ui
index e34717e798..e91c528628 100644
--- a/testsuite/css/style/gradient.ui
+++ b/testsuite/css/style/gradient.ui
@@ -2,6 +2,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
<child>
<object class="GtkBox">
diff --git a/testsuite/css/style/inherit.ui b/testsuite/css/style/inherit.ui
index cfbe808a29..779ced8579 100644
--- a/testsuite/css/style/inherit.ui
+++ b/testsuite/css/style/inherit.ui
@@ -2,6 +2,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
<child>
<object class="GtkBox">
diff --git a/testsuite/css/style/label.ui b/testsuite/css/style/label.ui
index 0fd008c28e..e36a82149b 100644
--- a/testsuite/css/style/label.ui
+++ b/testsuite/css/style/label.ui
@@ -2,6 +2,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
<child>
<object class="GtkBox">
diff --git a/testsuite/css/style/nth-child.ui b/testsuite/css/style/nth-child.ui
index b065e8a25f..5283aa6371 100644
--- a/testsuite/css/style/nth-child.ui
+++ b/testsuite/css/style/nth-child.ui
@@ -3,6 +3,7 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
+ <property name="decorated">0</property>
<property name="can_focus">False</property>
<child>
<object class="GtkBox">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]