This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18688 - 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
Summary: Suggested test from live DOM viewer: <!DOCTYPE html> ... <iframe name="bar" ...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ms2ger
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 17888
  Show dependency treegraph
 
Reported: 2012-08-25 08:46 UTC by contributor
Modified: 2012-08-25 16:03 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-08-25 08:46:02 UTC
<!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/