no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1021564-ref.html
blob0ae0a20dc7be4af83cfa34c8a705e1195a5e23d9
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <!DOCTYPE html>
6 <html lang="en">
7 <meta charset="utf-8">
8 <title>When the filtered element's BBox relative to the page changes, the filtered element needs to be invalidated</title>
10 <style>
12 #spacer {
13 height: 50px;
16 #filtered {
17 width: 100px;
18 height: 100px;
19 background-color: lime;
22 </style>
24 <svg height="0"></svg>
26 <div id="spacer"></div>
28 <div id="filtered"></div>