[Webkit-unassigned] [Bug 89074] New: [Shadow] <tr> having a Shadow DOM in <table border="1"> won't render a border.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 01:33:22 PDT 2012


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

           Summary: [Shadow] <tr> having a Shadow DOM in <table
                    border="1"> won't render a border.
           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: shinyak at chromium.org
            Blocks: 72352


Repro:
<table>
    <tr><td>foo</td><td>bar</td></tr>
    <tr id="host"></tr>
</table>

<script>
var shadowRoot = new WebKitShadowRoot(host);
shadowRoot.innerHTML = "<td>1</td><td>2</td>";
</script>

The <td>s in first <tr> have a border, but <td>s in ShadowDOM do not have a border.

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