The default argument to HTMLTableElement.insertRow() should be -1, not 0, according to the specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#htmltableelement Firefox 29 and IE11 both match the specification. Blink is about to change its behavior as well: http://code.google.com/p/chromium/issues/detail?id=369803 https://codereview.chromium.org/270213007
Created attachment 230996 [details] Patch
Comment on attachment 230996 [details] Patch Clearing flags on attachment: 230996 Committed r168428: <http://trac.webkit.org/changeset/168428>
All reviewed patches have been landed. Closing bug.
*** Bug 138067 has been marked as a duplicate of this bug. ***