]> Pileus Git - ~andy/gtk/commitdiff
reftests: fix misc-alignment reftest
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 5 Mar 2012 22:49:23 +0000 (17:49 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 5 Mar 2012 23:37:00 +0000 (18:37 -0500)
Add it back.

tests/reftests/Makefile.am
tests/reftests/misc-alignment.css [new file with mode: 0644]

index 3892da45c5462d9712f2f4b4732b24f91f3e699b..0f36bc900798f1a77610282f90c7c4dcd4664bc8 100644 (file)
@@ -162,6 +162,9 @@ EXTRA_DIST += \
        label-wrap-justify.ui \
        messagedialog-secondarytext.ui \
        messagedialog-secondarytext.ref.ui \
+       misc-alignment.css \
+       misc-alignment.ref.ui \
+       misc-alignment.ui \
        no-colors.css \
        no-colors.ref.ui \
        no-colors.ui \
diff --git a/tests/reftests/misc-alignment.css b/tests/reftests/misc-alignment.css
new file mode 100644 (file)
index 0000000..b64b139
--- /dev/null
@@ -0,0 +1,4 @@
+* {
+    padding: 0;
+    -GtkArrow-arrow-scaling: 1.0
+}