diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-03-05 17:49:23 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-03-05 18:37:00 -0500 |
commit | d06cce4b322958d25e4049d68cc1bf9153e5eddc (patch) | |
tree | eda3c8d770b54d2043bcc7fe0bf32e13199973ed /tests | |
parent | 235cde5282e2e3474324a9c02363cf97da179594 (diff) | |
download | gtk+-d06cce4b322958d25e4049d68cc1bf9153e5eddc.tar.gz |
reftests: fix misc-alignment reftest
Add it back.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/reftests/Makefile.am | 3 | ||||
-rw-r--r-- | tests/reftests/misc-alignment.css | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index 3892da45c5..0f36bc9007 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -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 index 0000000000..b64b139bfc --- /dev/null +++ b/tests/reftests/misc-alignment.css @@ -0,0 +1,4 @@ +* { + padding: 0; + -GtkArrow-arrow-scaling: 1.0 +} |