reftests: Add reftest for 0px border fix

https://bugzilla.gnome.org/show_bug.cgi?id=721800
This commit is contained in:
Benjamin Otte 2014-01-14 03:33:24 +01:00
parent cd184b0f40
commit 60968a1fec
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@import "reset-to-defaults.css";
.broken {
border: 0px dotted purple;
}

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 on Tue Jan 14 03:12:07 2014 -->
<interface>
<!-- interface-requires gtk+ 3.10 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Hello World</property>
</object>
</child>
</object>
</interface>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.0 on Tue Jan 14 03:14:21 2014 -->
<interface>
<!-- interface-requires gtk+ 3.10 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Hello World</property>
<style>
<class name="broken"/>
</style>
</object>
</child>
</object>
</interface>

View File

@ -31,6 +31,9 @@ EXTRA_DIST += \
$(NULL)
testdata = \
721800-0px-dotted-border.css \
721800-0px-dotted-border.ref.ui \
721800-0px-dotted-border.ui \
actionbar.ref.ui \
actionbar.ui \
alignment-props.css \