Bug 3476

Summary: insertRow() on table object containing any characters but no TR & TD elements fails
Product: WebKit Reporter: Stuart Morgan <stuartmorgan>
Component: JavaScriptCoreAssignee: Maciej Stachowiak <mjs>
Status: VERIFIED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Testcase none

Description Stuart Morgan 2005-06-12 13:15:56 PDT
* SUMMARY: 
aTable.insertRow() fails for <table> </table> but works with <table></table>

* STEPS TO REPRODUCE: 
see attached
onLoad attempts to insert a row into both tables 

* RESULTS: 
Both tables should have a row inserted. Only top table gets row.  Same behavior
if bottom table has anything between the  opne and close tags.

Apple Bug: rdar://3609576
Comment 1 Stuart Morgan 2005-06-12 13:16:21 PDT
Created attachment 2273 [details]
Testcase
Comment 2 Anders Carlsson 2005-06-27 11:08:58 PDT

*** This bug has been marked as a duplicate of 3298 ***