testsuite: Black out parts of reftest

This commit is contained in:
Benjamin Otte
2019-04-27 07:20:20 +02:00
parent a55ebf2350
commit 5530331b35
2 changed files with 31 additions and 0 deletions

View File

@@ -6,3 +6,34 @@ outset-shadow {
spread: 1;
blur: 0;
}
debug {
message: "clipped out area";
child: container {
color {
bounds: 99 101 2 6;
color: red;
}
color {
bounds: 101 99 6 2;
color: red;
}
color {
bounds: 101 101 3 3;
color: red;
}
color {
bounds: 299 101 2 6;
color: red;
}
color {
bounds: 293 99 6 2;
color: red;
}
color {
bounds: 296 101 3 3;
color: red;
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 761 B

After

Width:  |  Height:  |  Size: 1.5 KiB