Changeset 70058 in webkit


Ignore:
Timestamp:
Oct 19, 2010 8:12:04 AM (14 years ago)
Author:
tonikitoo@webkit.org
Message:

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

Reviewed by Kenneth Rohde Christiansen.

Add a test to nodesFromRect involving links and text nodes
https://bugs.webkit.org/show_bug.cgi?id=47795

Similarly to bug 47766 (Enrich /fast/dom/nodesFromRect-basic.html test,
this patch continues to improve the test coverage for Document::nodesFromRect.
This time tests involving links and text nodes are being added this time. Basically
it performs various rect hit tests involving the positions of the elements.

  • fast/dom/nodesFromRect-links-and-text-expected.html: Added.
  • fast/dom/nodesFromRect-links-and-text.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r70053 r70058  
     12010-10-18  Antonio Gomes  <agomes@rim.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        Add a test to nodesFromRect involving links and text nodes
     6        https://bugs.webkit.org/show_bug.cgi?id=47795
     7
     8        Similarly to bug 47766 (Enrich /fast/dom/nodesFromRect-basic.html test,
     9        this patch continues to improve the test coverage for Document::nodesFromRect.
     10        This time tests involving links and text nodes are being added this time. Basically
     11        it performs various rect hit tests involving the positions of the elements.
     12
     13        * fast/dom/nodesFromRect-links-and-text-expected.html: Added.
     14        * fast/dom/nodesFromRect-links-and-text.html: Added.
     15
    1162010-10-19  Andreas Kling  <kling@webkit.org>
    217
Note: See TracChangeset for help on using the changeset viewer.