[Bug 5850] JS global object

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5850





--- Comment #8 from Adam Barth <w3c@adambarth.com>  2008-07-12 17:16:19 ---
Here's a test-case for top-level windows:

http://crypto.stanford.edu/~abarth/research/html5/split/test03.html

The results are different than test01.html, which uses a nesting browsing
context.  Here are some odd things from the "--- calling the before frame after
navigating ---" case on Firefox 3:

document.body.innerHTML: Before...
window.document.body.innerHTML: After... 

document.location:
http://crypto.stanford.edu/~abarth/research/html5/split/resources/after03.html
document.documentURI:
http://crypto.stanford.edu/~abarth/research/html5/split/resources/before03.html

The results make sense if you understand how the implementation works.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 12 July 2008 17:16:54 UTC