[Webkit-unassigned] [Bug 99465] testRunner.setCanOpenWindows and window.open hits an ASSERT in Mac DumpRenderTree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 10:16:29 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=99465





--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2012-10-17 10:17:21 PST ---
I just tested to confirm that win.document.body.innerHTML is empty in this scenario. Are you by any chance thinking about some special case, like a data or a javascript URL?

main.html:
----------
<script>
try {
  var w = window.open("w.html");
  alert(w.document.body.innerHTML);
  setTimeout("alert(w.document.body.innerHTML)", 100);
} catch (ex) {
  alert("Please disable your popup blocker, and/or local file security");
}
</script>
----------

w.html:
----------
<body>Huh?</body>
----------

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list