summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-color-rounding.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/box-shadow/boxshadow-color-rounding.html')
-rw-r--r--layout/reftests/box-shadow/boxshadow-color-rounding.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/box-shadow/boxshadow-color-rounding.html b/layout/reftests/box-shadow/boxshadow-color-rounding.html
new file mode 100644
index 0000000000..057c077eb6
--- /dev/null
+++ b/layout/reftests/box-shadow/boxshadow-color-rounding.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+#thediv {
+ width: 300px;
+ height: 300px;
+ background: black;
+ box-shadow: inset 0 0 20px 200px lime;
+}
+</style>
+
+<div id="thediv"></div>