summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/css-filters/filter-on-huge-bbox.html
blob: 6a75f19b276e8f3d6584eef2b626bdb46c7f194a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>