diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am
index 44d400ee55..eb80c9a9ab 100644
--- a/tests/reftests/Makefile.am
+++ b/tests/reftests/Makefile.am
@@ -47,6 +47,9 @@ EXTRA_DIST += \
css-match-regions.css \
css-match-regions.ref.ui \
css-match-regions.ui \
+ css-match-style-property-order.css \
+ css-match-style-property-order.ref.ui \
+ css-match-style-property-order.ui \
css-match-subtype.css \
css-match-subtype.ref.ui \
css-match-subtype.ui \
diff --git a/tests/reftests/css-match-style-property-order.css b/tests/reftests/css-match-style-property-order.css
new file mode 100644
index 0000000000..f41a7255bb
--- /dev/null
+++ b/tests/reftests/css-match-style-property-order.css
@@ -0,0 +1,12 @@
+* {
+ -GtkWidget-focus-line-width: 0;
+ padding: 0
+}
+
+#test {
+ -GtkWidget-focus-line-width: 20
+}
+
+#reference {
+ padding: 20
+}
diff --git a/tests/reftests/css-match-style-property-order.ref.ui b/tests/reftests/css-match-style-property-order.ref.ui
new file mode 100644
index 0000000000..e2e9f6644b
--- /dev/null
+++ b/tests/reftests/css-match-style-property-order.ref.ui
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/tests/reftests/css-match-style-property-order.ui b/tests/reftests/css-match-style-property-order.ui
new file mode 100644
index 0000000000..8c012ddacb
--- /dev/null
+++ b/tests/reftests/css-match-style-property-order.ui
@@ -0,0 +1,19 @@
+
+
+
+
+ False
+ popup
+
+
+ test
+ Hello World
+ True
+ True
+ True
+ True
+ False
+
+
+
+