The default background should be transparent. So in this first test, the green background pattern should show through.
If background-color is set to transparent, that should have the same effect.
Now we will set the background-color to a solid colour (black) so the background pattern should NOT show through.
Finally, the real test. Here, we have given background-color the value 'inherit', so the black of the BODY should inherit and it should look the same as the third test.
The default background should be transparent. So in this first test, the green background pattern should show through.
If background-color is set to transparent, that should have the same effect.
Now we will set the background-color to a solid colour (black) so the background pattern should NOT show through.
Finally, the real test. Here, we have given background-color the value 'inherit', so the black of the BODY should inherit and it should look the same as the third test.