gtk2/testsuite/gsk/nodeparser/blend.node
Benjamin Otte 63a8144e1a testsuite: Remove serialize-deserialize test
The serialize-deserialize test is completely handled via the new
nodeparser tests.

So move those tests over and delete the old test binary.
2019-05-21 06:43:59 +02:00

17 lines
200 B
Plaintext

blend {
bottom: container { }
top: container { }
}
blend {
top: container { }
mode: color-dodge;
bottom: container { }
}
blend {
top: color { }
bottom: color { }
mode: difference;
}