diff options
Diffstat (limited to 'src/3rdparty/libcroco/tests/test-inputs/sel-child-class.css')
-rw-r--r-- | src/3rdparty/libcroco/tests/test-inputs/sel-child-class.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/libcroco/tests/test-inputs/sel-child-class.css b/src/3rdparty/libcroco/tests/test-inputs/sel-child-class.css new file mode 100644 index 0000000..a6ea36b --- /dev/null +++ b/src/3rdparty/libcroco/tests/test-inputs/sel-child-class.css @@ -0,0 +1 @@ +body > div p.process { color: aqua; } |