[Webkit-unassigned] [Bug 82172] New: [Shadow DOM] Needs a set of tests for covering cross-continuation shadows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 25 23:36:27 PDT 2012


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

           Summary: [Shadow DOM] Needs a set of tests for covering
                    cross-continuation shadows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com
                CC: rolandsteiner at chromium.org, dominicc at chromium.org,
                    morrita at google.com


These cases should be covered by a layout test
----

<span class="with-shadow">
    #ShadowRoot
        Text
        <div>
        Text

Light block renderer splitting shadow inline renderer via <content>:

<div class="with-shadow">
    #ShadowRoot
        <span>
            Text
            <content>
            Text
    <div>

Light block renderer splitting light inline renderer via <content>:

<span class="with-shadow">
    #ShadowRoot
        Text
        <content>
        Text
    <div>

Older shadow block renderer splitting younger shadow inline renderer via <shadow>:

#ShadowRoot
    <span>
        Text
        <shadow>
            #ShadowRoot
                <div>
        Text

Older shadow block renderer splitting younger shadow inline renderer via <shadow>, across multiple levels:

#ShadowRoot
    <span>
        Text
        <shadow>
            #ShadowRoot
                Text
                <shadow>
                    #ShadowRoot
                        <div>
                Text
        Text

Light block renderer splitting light inline renderer via both <content> and <shadow>, across multiple levels:

<span class="with-shadow">
    #ShadowRoot
        Text
        <shadow>
            #ShadowRoot
                Text
                <content>
                Text
        Text
    <div>

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

<span class="Leeloo">
    #ShadowRoot
        Text
        <span class="Dallas">
            #ShadowRoot
                Text
                <div class="Multisplit">
                Text

        Text

-- 
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