[webkit-reviews] review requested: [Bug 47794] Add an inner frame test to Document::nodesFromRect : [Attachment 71252] patch v1 - Improves the test coverage for nodesFromRect.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 22:48:31 PDT 2010


Antonio Gomes <tonikitoo at webkit.org> has asked	for review:
Bug 47794: Add an inner frame test to Document::nodesFromRect
https://bugs.webkit.org/show_bug.cgi?id=47794

Attachment 71252: patch v1 - Improves the test coverage for nodesFromRect.
https://bugs.webkit.org/attachment.cgi?id=71252&action=review

------- Additional Comments from Antonio Gomes <tonikitoo at webkit.org>
Patch continues to improve the test coverage of Document::nodesFromRect, 
similarly to bugs 47795 (Add a test to nodesFromRect involving links and text
nodes) and 47766 (Enrich fast/dom/nodesFromRect-basic.html test). This time it
is being adding tests involving inner frame 

Three situations are added:
1) Hit testing an inner frame from an outer document should not include
     nodes of the former in the returned result, but the inner frame itself;
2) Hit testing inner frame and outer frame contents should return all
     nodes in the later whose area intersect with the hit area and the
intersected
     inner frame itself;
3) Hit testing an inner document content should return all nodes in the inner
document
     whose area intersect the hit area.


More information about the webkit-reviews mailing list