CSS3 Box Shadow Test
-
For "box-shadow", possible values are
"none | [ ? || ] [ , ? || ]"
PASS CRITERIA:
NOTE: This property may not be implemented yet.
If statement above is true, this paragraph should have a blue
box shadow (omitted lengths are all 0).
The rule applied is "p {box-shadow: blue;}".
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
The box-shadow of this h3 heading should be 10px 10px 10px blue.
The rule applied is "h3 {box-shadow: 10px 10px 10px blue;}".
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
The box-shadow of this h4 heading should be 5em lime.
The rule applied is "h4 {box-shadow: 5em lime;}".
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
This emphasized test should have a box shadow of 10em 20em yellow.
The rule applied is "em {box-shadow: 10em 20em yellow;}".
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
Here is more text to test this more effectively.
All other properties of this page should be UA-default.
This is a paragraph, like the one above, so should also
have blue box shadow. The body's box shadow of 10px 20px 30px (UA-default color) should display,
since the rule "body {box-shadow: 10px 20px 30px;}" applies.
Border style of solid is applied to all
CSS rules, so that the border is visible.