summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-inset-neg-spread2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/box-shadow/boxshadow-inset-neg-spread2-ref.html')
-rw-r--r--layout/reftests/box-shadow/boxshadow-inset-neg-spread2-ref.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/box-shadow/boxshadow-inset-neg-spread2-ref.html b/layout/reftests/box-shadow/boxshadow-inset-neg-spread2-ref.html
new file mode 100644
index 0000000000..b6b1a3dfc2
--- /dev/null
+++ b/layout/reftests/box-shadow/boxshadow-inset-neg-spread2-ref.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+<style>
+.test {
+ background-color: #fec;
+ display: inline-block;
+ width: 5em;
+ height: 5em;
+}
+</style>
+</head>
+
+<body>
+<div class="test"></div>
+</body>
+</html>