summaryrefslogtreecommitdiff
path: root/testsuite/reftests/css-image-aspect-ratio.ref.ui
Commit message (Collapse)AuthorAgeFilesLines
* reftests: Change popup windows to non-decorated windowsBenjamin Otte2020-02-141-1/+1
| | | | This allows getting rid of popup windows.
* testsuite/reftests: Update UI filesEmmanuele Bassi2019-04-051-2/+0
| | | | | Run the UI files through `gtk-builder-tool simplify --3to4` to update the layout properties.
* cssimage: Scale images to contain, not coverBenjamin Otte2017-01-131-0/+11
Images with just an aspect ratio, but without a size, should be scaled to be fully visible in the given area. But we scaled them to completely cover the given area, which made them partially invisible. Reftest included.