2 <title>Base page containing iframe with SDCH-encoded content
</title>
6 var iframe
= document
.querySelector('iframe');
7 var re
= /[&?]iframe_url=([^&?#]*)/;
8 var result
= re
.exec(document
.location
.search
);
9 iframe
.src
= 'http://sub.testdomain.com:' + document
.location
.port
+