summaryrefslogtreecommitdiff
path: root/tests/reftests/background-color-transparent.ref.ui
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-09-26 22:33:40 +0200
committerBenjamin Otte <otte@redhat.com>2011-09-26 22:34:20 +0200
commit89d16a51239b10abc9b76412c1caefd17bf61285 (patch)
tree374eb99f0237764e176636c69939fb677c4cf6bb /tests/reftests/background-color-transparent.ref.ui
parentc7f2c88b183288c76cda50658c825486f17759d2 (diff)
downloadgtk+-89d16a51239b10abc9b76412c1caefd17bf61285.tar.gz
reftests: Add a reftest checking background-color: transparent
Diffstat (limited to 'tests/reftests/background-color-transparent.ref.ui')
-rw-r--r--tests/reftests/background-color-transparent.ref.ui46
1 files changed, 46 insertions, 0 deletions
diff --git a/tests/reftests/background-color-transparent.ref.ui b/tests/reftests/background-color-transparent.ref.ui
new file mode 100644
index 0000000000..9db4ae1e86
--- /dev/null
+++ b/tests/reftests/background-color-transparent.ref.ui
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkWindow" id="window1">
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkGrid" id="grid1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkButton" id="opaque">
+ <property name="label" translatable="yes">opaque</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_action_appearance">False</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="transparent">
+ <property name="label" translatable="yes">transparent</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_action_appearance">False</property>
+ <style>
+ <class name="reference" />
+ </style>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>