gtk/testsuite/css/parser/transform.ref.css

4 lines
107 B
CSS
Raw Normal View History

2023-05-12 12:23:56 +00:00
* {
transform: rotate3d(1, 0, 0, 45deg) rotate3d(0, 1, 0, 50deg) scale(3, 4) translate3d(1px, 2px, 0);
}