...
Created attachment 71129 [details] (committed r70058, r=kenneth) patch v1 - Improves the test coverage for nodesFromRect. 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.
Comment on attachment 71129 [details] (committed r70058, r=kenneth) patch v1 - Improves the test coverage for nodesFromRect. Clearing flags on attachment: 71129 Committed r70058: <http://trac.webkit.org/changeset/70058>
Complementary fixes landed in: http://trac.webkit.org/changeset/70078 (renamed xxx-expected.html to xxx-expected.txt) http://trac.webkit.org/changeset/70080 (skipped the test on gtk, qt and windows).
... and http://trac.webkit.org/changeset/70086 (skipped the proper files on Qt, Win and Gtk's DRT). (In reply to comment #3) > Complementary fixes landed in: > > http://trac.webkit.org/changeset/70078 (renamed xxx-expected.html to xxx-expected.txt) > http://trac.webkit.org/changeset/70080 (skipped the test on gtk, qt and windows).