]> Pileus Git - ~andy/gtk/blob - tests/css/parser/import-cyclic-2.ref.css
tests: Add tests for cyclic imports
[~andy/gtk] / tests / css / parser / import-cyclic-2.ref.css
1 a {
2   int-property: 1;
3 }
4
5 a {
6   int-property: 3;
7 }
8
9 a {
10   int-property: 2;
11 }