summaryrefslogtreecommitdiffstats
path: root/gfx/tests/reftest/1474722.html
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/tests/reftest/1474722.html')
-rw-r--r--gfx/tests/reftest/1474722.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/gfx/tests/reftest/1474722.html b/gfx/tests/reftest/1474722.html
new file mode 100644
index 0000000000..9920eee238
--- /dev/null
+++ b/gfx/tests/reftest/1474722.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <style>
+ .shadowed {
+ box-shadow: 0 0 35px rgba(0, 0, 0, .9);
+ border: 1px solid lightgray;
+ margin: 0 2em;
+ float: left;
+ }
+ </style>
+</head>
+<body style = "overflow:hidden">
+<div class="shadowed" style="height: 100000px"> long shadow </div>
+</body>
+</html>