diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-03-31 12:51:40 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-03-31 14:04:58 -0400 |
commit | 0f4a31edae87827ae84597751e7e098fab1a8833 (patch) | |
tree | 84680b3f30b4654170b6595885d4f92c696b6a4e /testsuite | |
parent | 52b7a96beccb7e7c9481af71d3c5edf02c4b67f4 (diff) | |
download | gtk+-0f4a31edae87827ae84597751e7e098fab1a8833.tar.gz |
css style tests: Update expected results for gradient tests
This is the same as the previous commit.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/css/style/gradient.nodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/css/style/gradient.nodes b/testsuite/css/style/gradient.nodes index e71c0a7987..59aeaa7f48 100644 --- a/testsuite/css/style/gradient.nodes +++ b/testsuite/css/style/gradient.nodes @@ -6,4 +6,4 @@ background-image: repeating-linear-gradient(to top right, rgba(255,100,60,0.5), rgb(255,0,255) 100%); /* gradient.css:6:95 */ label:dir(ltr) - background-image: radial-gradient(circle farthest-corner at center 30px, rgb(255,255,0), rgb(255,0,0) 30%, rgb(0,0,255)); /* gradient.css:10:87 */ + background-image: radial-gradient(ellipse farthest-corner at center 30px, rgb(255,255,0), rgb(255,0,0) 30%, rgb(0,0,255)); /* gradient.css:10:87 */ |