diff options
Diffstat (limited to 'toolkit/components/antitracking/test/browser/3rdPartySVG.html')
-rw-r--r-- | toolkit/components/antitracking/test/browser/3rdPartySVG.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/antitracking/test/browser/3rdPartySVG.html b/toolkit/components/antitracking/test/browser/3rdPartySVG.html index df791f355f..9ce6fc8ba1 100644 --- a/toolkit/components/antitracking/test/browser/3rdPartySVG.html +++ b/toolkit/components/antitracking/test/browser/3rdPartySVG.html @@ -11,7 +11,7 @@ <h1>3rd party content with an SVG image background</h1> <script> -onload = function(e) { +onload = function() { parent.postMessage({ type: "finish" }, "*"); }; |