summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-color-rounding-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/box-shadow/boxshadow-color-rounding-ref.html')
-rw-r--r--layout/reftests/box-shadow/boxshadow-color-rounding-ref.html10
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 0000000000..95fa9075ed
--- /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>