diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index 463e45d826..d3476de3a8 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -29,9 +29,13 @@ EXTRA_DIST += \ box-packing.css \ box-packing.ref.ui \ box-packing.ui \ + css-match-type.css \ + css-match-type.ref.ui \ + css-match-type.ui \ entry-progress-coloring.css \ entry-progress-coloring.ref.ui \ entry-progress-coloring.ui \ + green-20x20.png \ grid-expand.css \ grid-expand.ref.ui \ grid-expand.ui \ diff --git a/tests/reftests/css-match-type.css b/tests/reftests/css-match-type.css new file mode 100644 index 0000000000..d2abe6f3f7 --- /dev/null +++ b/tests/reftests/css-match-type.css @@ -0,0 +1,11 @@ +GtkWindow { + engine: none; + background-image: none; + background-color: green; + border-radius: 0; + border-style: none; +} + +NotGtkWindow { + background-color: red; +} diff --git a/tests/reftests/css-match-type.ref.ui b/tests/reftests/css-match-type.ref.ui new file mode 100644 index 0000000000..d8d31c3e93 --- /dev/null +++ b/tests/reftests/css-match-type.ref.ui @@ -0,0 +1,15 @@ + + + + + False + popup + + + True + False + green-20x20.png + + + + diff --git a/tests/reftests/css-match-type.ui b/tests/reftests/css-match-type.ui new file mode 100644 index 0000000000..ee6db3afc7 --- /dev/null +++ b/tests/reftests/css-match-type.ui @@ -0,0 +1,14 @@ + + + + + 20 + 20 + False + popup + window + + + diff --git a/tests/reftests/green-20x20.png b/tests/reftests/green-20x20.png new file mode 100644 index 0000000000..89a5d979ff Binary files /dev/null and b/tests/reftests/green-20x20.png differ