Re: [html-tests] Test deleteCell/deleteRow with -1/0 when there are no cells/rows (#4001)

Note that all the tests now assume that removeFoo(-1) is a no-op when there are no foos, which doesn't match the spec, still experimenting.

> http://w3c-test.org/submissions/4001/html/semantics/tabular-data/the-table-element/remove-row.html

"deleteRow(-1) with no rows" throws in Chrome, Edge and Safari, passes in Firefox.

> http://w3c-test.org/submissions/4001/html/semantics/tabular-data/the-tbody-element/deleteRow.html

Passes everywhere.

> http://w3c-test.org/submissions/4001/html/semantics/tabular-data/the-tr-element/deleteCell.html

"HTMLTableRowElement deleteCell(-1) with no cells" throws in Chrome and Edge, passes in Safari and Firefox.

It looks like Safari has recently changed here too. Maybe @cdumez fixing web-platform-tests?

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4001#issuecomment-254460540

Received on Tuesday, 18 October 2016 09:51:10 UTC