Auto merge of #7829 - frewsxcv:htmltablecellelement-cellindex, r=Ms2ger

Implement HTMLTableCellElement::CellIndex

Extracted from #6936

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7829)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-10-14 07:39:24 -06:00
commit 55769b2fbf
5 changed files with 29 additions and 28 deletions

View file

@ -1,17 +0,0 @@
[cellIndex.html]
type: testharness
[cellIndex should exist.]
expected: FAIL
[For cells without a parent, cellIndex should be -1.]
expected: FAIL
[For cells whose parent is not a tr, cellIndex should be -1.]
expected: FAIL
[For cells whose parent is not a HTML tr, cellIndex should be -1.]
expected: FAIL
[For cells whose parent is a tr, cellIndex should be the index.]
expected: FAIL