- From: <bugzilla@jessica.w3.org>
- Date: Sat, 25 Aug 2012 08:46:03 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18688 Summary: Suggested test from live DOM viewer: <!DOCTYPE html> ... <iframe name="bar" src="data:text/html,<script>window.name='foo'</script> "></iframe> <script> window.onload = function() { w(window.foo); w(window.bar); } </sc Product: HTML WG Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P3 Component: testsuite AssignedTo: dave.null@w3.org ReportedBy: contributor@whatwg.org QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org <!DOCTYPE html> ... <iframe name="bar" src="data:text/html,<script>window.name='foo'</script>"></iframe> <script> window.onload = function() { w(window.foo); w(window.bar); } </script> Posted from: 91.181.25.182 User agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Firefox/17.0 Referer: http://software.hixie.ch/utilities/js/live-dom-viewer/ -- Configure bugmail: https://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, 25 August 2012 08:46:20 UTC