diff options
Diffstat (limited to 'layout/reftests/box-shadow/boxshadow-color-rounding-ref.html')
-rw-r--r-- | layout/reftests/box-shadow/boxshadow-color-rounding-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/box-shadow/boxshadow-color-rounding-ref.html b/layout/reftests/box-shadow/boxshadow-color-rounding-ref.html new file mode 100644 index 000000000..95fa9075e --- /dev/null +++ b/layout/reftests/box-shadow/boxshadow-color-rounding-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<style> +#thediv { + width: 300px; + height: 300px; + background: lime; +} +</style> + +<div id="thediv"></div> |