diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index 4fdc7dd3e6..4e1e11cc4f 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -29,6 +29,9 @@ EXTRA_DIST += \ box-packing.css \ box-packing.ref.ui \ box-packing.ui \ + css-match-class.css \ + css-match-class.ref.ui \ + css-match-class.ui \ css-match-name.css \ css-match-name.ref.ui \ css-match-name.ui \ diff --git a/tests/reftests/css-match-class.css b/tests/reftests/css-match-class.css new file mode 100644 index 0000000000..bff86470ff --- /dev/null +++ b/tests/reftests/css-match-class.css @@ -0,0 +1,15 @@ +.window { + engine: none; + background-image: none; + background-color: green; + border-radius: 0; + border-style: none; +} + +.notwindow { + background-color: red; +} + +.window.notwindow { + background-color: blue; +} diff --git a/tests/reftests/css-match-class.ref.ui b/tests/reftests/css-match-class.ref.ui new file mode 100644 index 0000000000..d8d31c3e93 --- /dev/null +++ b/tests/reftests/css-match-class.ref.ui @@ -0,0 +1,15 @@ + + + + + False + popup + + + True + False + green-20x20.png + + + + diff --git a/tests/reftests/css-match-class.ui b/tests/reftests/css-match-class.ui new file mode 100644 index 0000000000..ee6db3afc7 --- /dev/null +++ b/tests/reftests/css-match-class.ui @@ -0,0 +1,14 @@ + + + + + 20 + 20 + False + popup + window + + +