2010-10-19 Antonio Gomes <agomes@rim.com>

        Reviewed by Kenneth Rohde Christiansen.

        Add an inner frame test to Document::nodesFromRect
        https://bugs.webkit.org/show_bug.cgi?id=47794

        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 contents.

        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.

        Tests skipped on Win, Qt, GTK and Chromium.

        * fast/dom/nodesFromRect-inner-documents-expected.txt: Added.
        * fast/dom/nodesFromRect-inner-documents.html: Added.
        * fast/dom/resources/nodesFromRect.css:
        * fast/dom/resources/nodesFromRect.js:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70147 268f45cc-cd09-0410-ab3c-d52691b4dbfc
9 files changed