[Webkit-unassigned] [Bug 148842] New: tr.rowIndex should return 0 when tr is the only direct child of a table element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 16:16:42 PDT 2015


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

            Bug ID: 148842
           Summary: tr.rowIndex should return 0 when tr is the only direct
                    child of a table element
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: cdumez at apple.com, webkit-bug-importer at group.apple.com

document.createElement("table").appendChild(document.createElement('tr')).rowIndex
should be identically equal to 0.

This bug was found by the newly added test:
LayoutTests/http/tests/w3c/html/semantics/tabular-data/the-tr-element/rowIndex.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150904/a54b01eb/attachment.html>


More information about the webkit-unassigned mailing list