[Webkit-unassigned] [Bug 15854] Blank Space between <tr> and <td> tags been viewed as a text node.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 16:38:47 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15854


rachna.gupta at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17068|Reduced test case:          |Test Case:
        description|                            |




------- Comment #6 from rachna.gupta at apple.com  2007-11-15 16:38 PDT -------
(From update of attachment 17068)



<HTML> 
<HEAD>
<title>firstparagraph</title>

<script type="text/javascript">
 function trial(obj)
        {       
              alert(obj[0].firstChild.firstChild+"\n");
        }

</script>

</head>

<BODY>
<P> We are tesing HTML Document Object Model.<br>
  Click on the button labelled Clickme.  Null as an object should not come.<br>
</P>
<TABLE id="test1" name="test" border="1" cellspacing="3" width="20%"> 
 <tr>
        <td>name</td>
 </tr>
 <tr>
        <td><input type="button" id="btn1" name="btn"  value="Clickme"
onClick=trial(test1.rows); /></td>
 </tr>
</table>

</body>
</HTML>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list