Closed GoogleCodeExporter closed 9 years ago
Hi Keith, can you provide a test case?
Original comment by chengh...@gmail.com
on 14 Aug 2010 at 6:20
I've attached a test case. Open it in IE8 and inspect the red bars with IE's
developer tools and you'll see one / two HTML comment nodes. These should be
ignored when checking for empty.
DOMAssistant checks for .firstChild and since a comment node is a valid node in
IE the test passes even though no content exists.
Hope that helps
Keith
Original comment by keithjcl...@gmail.com
on 15 Aug 2010 at 8:50
Attachments:
Original comment by chengh...@gmail.com
on 18 Aug 2010 at 8:37
Original issue reported on code.google.com by
keithjcl...@gmail.com
on 14 Aug 2010 at 4:27