<?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>82172</bug_id>
          
          <creation_ts>2012-03-25 23:36:27 -0700</creation_ts>
          <short_desc>[Shadow DOM] Needs a set of tests for covering cross-continuation shadows</short_desc>
          <delta_ts>2022-08-09 12:20:56 -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>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</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>
          
          <blocked>148695</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Hajime Morrita">morrita</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>dominicc</cc>
    
    <cc>morrita</cc>
    
    <cc>rolandsteiner</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>587488</commentid>
    <comment_count>0</comment_count>
    <who name="Hajime Morrita">morrita</who>
    <bug_when>2012-03-25 23:36:27 -0700</bug_when>
    <thetext>These cases should be covered by a layout test
----

&lt;span class=&quot;with-shadow&quot;&gt;
    #ShadowRoot
        Text
        &lt;div&gt;
        Text

Light block renderer splitting shadow inline renderer via &lt;content&gt;:

&lt;div class=&quot;with-shadow&quot;&gt;
    #ShadowRoot
        &lt;span&gt;
            Text
            &lt;content&gt;
            Text
    &lt;div&gt;

Light block renderer splitting light inline renderer via &lt;content&gt;:

&lt;span class=&quot;with-shadow&quot;&gt;
    #ShadowRoot
        Text
        &lt;content&gt;
        Text
    &lt;div&gt;

Older shadow block renderer splitting younger shadow inline renderer via &lt;shadow&gt;:

#ShadowRoot
    &lt;span&gt;
        Text
        &lt;shadow&gt;
            #ShadowRoot
                &lt;div&gt;
        Text

Older shadow block renderer splitting younger shadow inline renderer via &lt;shadow&gt;, across multiple levels:

#ShadowRoot
    &lt;span&gt;
        Text
        &lt;shadow&gt;
            #ShadowRoot
                Text
                &lt;shadow&gt;
                    #ShadowRoot
                        &lt;div&gt;
                Text
        Text

Light block renderer splitting light inline renderer via both &lt;content&gt; and &lt;shadow&gt;, across multiple levels:

&lt;span class=&quot;with-shadow&quot;&gt;
    #ShadowRoot
        Text
        &lt;shadow&gt;
            #ShadowRoot
                Text
                &lt;content&gt;
                Text
        Text
    &lt;div&gt;

Nested shadows, splitting multiple inline renderers (one example):

&lt;span class=&quot;Leeloo&quot;&gt;
    #ShadowRoot
        Text
        &lt;span class=&quot;Dallas&quot;&gt;
            #ShadowRoot
                Text
                &lt;div class=&quot;Multisplit&quot;&gt;
                Text

        Text</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1890058</commentid>
    <comment_count>1</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2022-08-09 12:20:56 -0700</bug_when>
    <thetext>WPT has coverage about Shadow DOM:

https://wpt.fyi/results/shadow-dom?label=master&amp;label=experimental&amp;aligned&amp;view=subtest&amp;q=shadow%20dom

I am going to mark this as &quot;RESOLVED WONTFIX&quot; since Webkit import WPT test cases and also contribute on them to make them single true source.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>