diff --git a/src/js/host/host.js b/src/js/host/host.js index ed3c21d..c76eab0 100644 --- a/src/js/host/host.js +++ b/src/js/host/host.js @@ -2553,7 +2553,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND try { if (info) { info.win = ParamHash(dom.winRect()); - info.par = ParamHash(details.refRect); + info.par = ParamHash(details.clipRect); ex = ParamHash(details.expRect); s = ParamHash(details.rect); diff --git a/tests/singleVendorAdNested.html b/tests/singleVendorAdNested.html new file mode 100644 index 0000000..85bdc27 --- /dev/null +++ b/tests/singleVendorAdNested.html @@ -0,0 +1,174 @@ + + + + SafeFrame Vendor method tests + + + +
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+ +
+ + + + + + \ No newline at end of file