summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/css-filters/filter-on-huge-bbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/svg/filters/css-filters/filter-on-huge-bbox.html')
-rw-r--r--layout/reftests/svg/filters/css-filters/filter-on-huge-bbox.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/layout/reftests/svg/filters/css-filters/filter-on-huge-bbox.html b/layout/reftests/svg/filters/css-filters/filter-on-huge-bbox.html
new file mode 100644
index 0000000000..6a75f19b27
--- /dev/null
+++ b/layout/reftests/svg/filters/css-filters/filter-on-huge-bbox.html
@@ -0,0 +1,26 @@
+<head>
+<style>
+body {
+ filter: blur(0px);
+ background-color: red;
+ margin:0px;
+}
+
+a {
+ text-indent: -9999em;
+ top: -9999em;
+ position: absolute;
+}
+
+div {
+ width: 100%;
+ height: 100%;
+ background-color: lime;
+ margin: 0px;
+}
+</style>
+</head>
+<body>
+ <div></div>
+ <a href="http://example.com">http://example.com</a>
+</body> \ No newline at end of file