Bug 163746

Summary: Make table.deleteRow(-1) a no-op when there are no rows
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, commit-queue, darin, esprehn+autocc, gyuyoung.kim, rniwa, sam
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2016-10-20 12:00:54 PDT
Make table.deleteRow(-1) a no-op when there are no rows, instead of throwing:
- https://github.com/whatwg/html/pull/1924
- https://github.com/w3c/web-platform-tests/pull/4001
Comment 1 Chris Dumez 2016-10-20 12:36:42 PDT
Created attachment 292237 [details]
Patch
Comment 2 WebKit Commit Bot 2016-10-20 14:03:38 PDT
Comment on attachment 292237 [details]
Patch

Clearing flags on attachment: 292237

Committed r207640: <http://trac.webkit.org/changeset/207640>
Comment 3 WebKit Commit Bot 2016-10-20 14:03:44 PDT
All reviewed patches have been landed.  Closing bug.