mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
ci: Add another offload test
Sadly, it fails to demonstrate the crash I'm after. But its still useful to have.
This commit is contained in:
parent
db4f60cc9d
commit
7f7e4ab69e
@ -7,6 +7,14 @@ container {
|
||||
}
|
||||
}
|
||||
}
|
||||
subsurface {
|
||||
child: transform {
|
||||
transform: rotate(45);
|
||||
child: texture {
|
||||
texture: url('data:image/svg+xml;utf-8,<svg width="13" height="17"></svg>');
|
||||
}
|
||||
}
|
||||
}
|
||||
transform {
|
||||
transform: translate3d(0, 1, 2);
|
||||
child: subsurface {
|
||||
|
@ -1,3 +1,4 @@
|
||||
0: not offloaded
|
||||
1: not offloaded
|
||||
2: offloaded, raised, above: -, texture: 16x16, source: 0 0 16 16, dest: 1 2 50 50
|
||||
2: not offloaded
|
||||
3: offloaded, raised, above: -, texture: 16x16, source: 0 0 16 16, dest: 1 2 50 50
|
||||
|
Loading…
Reference in New Issue
Block a user