diff options
Diffstat (limited to 'testsuite/reftests/grid-spacing3.css')
-rw-r--r-- | testsuite/reftests/grid-spacing3.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/reftests/grid-spacing3.css b/testsuite/reftests/grid-spacing3.css new file mode 100644 index 0000000000..7d3df2a7b8 --- /dev/null +++ b/testsuite/reftests/grid-spacing3.css @@ -0,0 +1,8 @@ +#red { + background-color: red; +} + +#lime { + background-color: lime; +} + |