diff --git a/testsuite/reftests/Makefile.am b/testsuite/reftests/Makefile.am index c0edc84d83..bd60fe5ee4 100644 --- a/testsuite/reftests/Makefile.am +++ b/testsuite/reftests/Makefile.am @@ -209,6 +209,9 @@ testdata = \ grid-spacing3.css \ grid-spacing3.ref.ui \ grid-spacing3.ui \ + icon-shadow-no-transform.css \ + icon-shadow-no-transform.ref.ui \ + icon-shadow-no-transform.ui \ icon-style-basics.css \ icon-style-basics.ref.ui \ icon-style-basics.ui \ diff --git a/testsuite/reftests/icon-shadow-no-transform.css b/testsuite/reftests/icon-shadow-no-transform.css new file mode 100644 index 0000000000..66310798b8 --- /dev/null +++ b/testsuite/reftests/icon-shadow-no-transform.css @@ -0,0 +1,11 @@ +@import "reset-to-defaults.css"; + +* { + -gtk-icon-source: url("green-20x20.png"); + -gtk-icon-transform: scale(0.5); + icon-shadow: red 1px 1px; +} + +#transformed { + -gtk-icon-transform: scale(0.5) rotate(90deg); +} diff --git a/testsuite/reftests/icon-shadow-no-transform.ref.ui b/testsuite/reftests/icon-shadow-no-transform.ref.ui new file mode 100644 index 0000000000..e8329becdd --- /dev/null +++ b/testsuite/reftests/icon-shadow-no-transform.ref.ui @@ -0,0 +1,15 @@ + + + + + + False + popup + + + True + False + + + + diff --git a/testsuite/reftests/icon-shadow-no-transform.ui b/testsuite/reftests/icon-shadow-no-transform.ui new file mode 100644 index 0000000000..c227940284 --- /dev/null +++ b/testsuite/reftests/icon-shadow-no-transform.ui @@ -0,0 +1,18 @@ + + + + + + False + popup + + + True + False + + + + +