Re: TPAC 2011 Web Performance WG 2011-11-01

On Mon, Apr 23, 2012 at 09:35, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> That's because your "checkdoc" function is broken.  It's using
> childdoc.location, which is defined to forward to the document's window,
> which does of course have a different location now.  Try using
> childdoc.documentElement.textContent or childdoc.documentElement.innerHTML
> to examine the contents of the document or childdoc.documentURI to get the
> actual URI of the document.

Thanks! You're right.

Received on Monday, 23 April 2012 16:40:22 UTC