<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>102350</bug_id>
          
          <creation_ts>2012-11-15 01:15:00 -0800</creation_ts>
          <short_desc>Write test for frame disconnection in ShadowRoots</short_desc>
          <delta_ts>2020-08-18 10:48:02 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>DOM</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>101619</dependson>
    
    <dependson>102333</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Elliott Sprehn">esprehn</reporter>
          <assigned_to name="Elliott Sprehn">esprehn</assigned_to>
          <cc>abarth</cc>
    
    <cc>dominicc</cc>
    
    <cc>rniwa</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>767809</commentid>
    <comment_count>0</comment_count>
    <who name="Elliott Sprehn">esprehn</who>
    <bug_when>2012-11-15 01:15:00 -0800</bug_when>
    <thetext>We should have a test for frame disconnection across shadow boundaries.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>855649</commentid>
    <comment_count>1</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2013-03-14 19:35:04 -0700</bug_when>
    <thetext>What is frame disconnection?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>856265</commentid>
    <comment_count>2</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2013-03-15 14:00:55 -0700</bug_when>
    <thetext>&gt; What is frame disconnection?

When a frame gets removed from the DOM, it&apos;s connection to the Page is removed.  There&apos;s a disconnectFrame function that&apos;s a good place to start looking.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>856450</commentid>
    <comment_count>3</comment_count>
    <who name="Elliott Sprehn">esprehn</who>
    <bug_when>2013-03-15 18:04:36 -0700</bug_when>
    <thetext>Specifically this just needs a test like:

div = document.createElement(&apos;div&apos;);
iframe = document.createElement(&apos;iframe&apos;);
root = div.webkitCreateShadowRoot();
root.appendChild(iframe);
document.body.appendChild(div);
ASSERT(iframe.contentDocument);
div.remove();
ASSERT(iframe.contentDocument == null);</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1681124</commentid>
    <comment_count>4</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2020-08-18 10:48:02 -0700</bug_when>
    <thetext>We have this already.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>