reftests: Add reftest for 0px border fix
https://bugzilla.gnome.org/show_bug.cgi?id=721800
This commit is contained in:
5
testsuite/reftests/721800-0px-dotted-border.css
Normal file
5
testsuite/reftests/721800-0px-dotted-border.css
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@import "reset-to-defaults.css";
|
||||||
|
|
||||||
|
.broken {
|
||||||
|
border: 0px dotted purple;
|
||||||
|
}
|
||||||
16
testsuite/reftests/721800-0px-dotted-border.ref.ui
Normal file
16
testsuite/reftests/721800-0px-dotted-border.ref.ui
Normal 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>
|
||||||
19
testsuite/reftests/721800-0px-dotted-border.ui
Normal file
19
testsuite/reftests/721800-0px-dotted-border.ui
Normal 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>
|
||||||
@ -31,6 +31,9 @@ EXTRA_DIST += \
|
|||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
testdata = \
|
testdata = \
|
||||||
|
721800-0px-dotted-border.css \
|
||||||
|
721800-0px-dotted-border.ref.ui \
|
||||||
|
721800-0px-dotted-border.ui \
|
||||||
actionbar.ref.ui \
|
actionbar.ref.ui \
|
||||||
actionbar.ui \
|
actionbar.ui \
|
||||||
alignment-props.css \
|
alignment-props.css \
|
||||||
|
|||||||
Reference in New Issue
Block a user